Actualités

#Question:store random values in a 2d array with 4 rows and 2 columns(of name and age) then take imput the name user want to search perform linear search if found greet user and diplay his age else if ...
Linear search is used to find a particular element in a 2D array. It is not compulsory to arrange an array in any order (Ascending or Descending) as in case of 2D binary search. In this paper, I ...