Closed noviicee closed 3 years ago
Add the famous searching algorithm called the Linear Search.
An element in an array/list is searched in O(n) Time-Complexity.
Description of the problem
Add the famous searching algorithm called the Linear Search.
Example of the problem
An element in an array/list is searched in O(n) Time-Complexity.
References/Other comments