22CS302_LM8
22CS302_LM8
1. Searching in Array
Searching is one of the most common operations performed in an array.
Array searching can be defined as the operation of finding a particular element
or a group of elements in the array.
There are several searching algorithms. The most commonly used among them
are:
⮚ Linear Search
⮚ Binary Search
⮚ Ternary Search