Back to Browse

Linear Search Activity RolePlay

184 views
Jun 12, 2024
0:59

Linear search is a sequential searching algorithm where we start from one end and check every element of the list until the desired element is found. It is the simplest searching algorithm. Every element is considered as a potential match for the key and checked for the same. If any element is found equal to the key, the search is successful and the index of that element is returned. If no element is found equal to the key, the search yields “No match found”.

Download

0 formats

No download links available.

Linear Search Activity RolePlay | NatokHD