Searching and Sorting
Searching and Sorting
Types of searching
Applications:-
Linear Search can be used for searching in a small and unsorted set of
data which is guaranteed not to increase in size by much. It is a very
basic search algorithm but due to its linear increase in time complexity,
it does not find application in many production systems.
Types of Sorting