Computer Science, asked by souradipmajumder23, 3 months ago

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 ranjanmaiti
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