Hacktoberfest_2021
Hacktoberfest_2021 copied to clipboard
Searching algorithms
Hey, Please find the searching algorithms 1.Linear search :It is an algorithm to find an element from the list in O(n) time in worst case 2.Binary search:This is also an algorithm to find an element from the list but in O(NlogN) time where N->Size of the List.
@NavyaIyanampudi please add some details
Updated!!Please find them