Skip to content

Menna024/Recursive-Linear-Search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

RecursiveLinearSearch

Best Case: To find the key at the last index of the array arr[size-1]. .:. Complexity O(1).

Average Case: O(N).

Worst Case: To find the key at the first index of the array arr[0], as we started searching from the end of the array. .:. Complexity O(N).

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published