Array Questions - Part 1
Value equal to index value
Given an array Arr of N positive integers. Your task is to find the elements whose value is equal to that of its index value ( Consider 1-based indexing ).
Note: There can be more than one element in the array which have th...
keycomputereducation.hashnode.dev7 min read