Searching as the name suggests, is a technique used to find a particular number from a list.
Say we want to find the number 2 from the below array :
And we found that the number 2 is at the index 3 of the array.
Now, the efficient way to find the number is Searching.
There are two types of searching techniques :