create an array with 10 different elements.Now enter another alphabet and seàrch whether that alphabet is present or not in the list of array elements by using linear search technique
Answers
Answered by
0
Answer:
method 1
a naive approach is use two loops and check element which not present in secondary array.
method 2
used by hasing
Similar questions