News

input list of array as list(arr)={23, 56, 67,78} Linear search is used to search the element in the list of array. It visit each element starting from one by one, while standing each element compare ...