Hacktoberfest_2021 icon indicating copy to clipboard operation
Hacktoberfest_2021 copied to clipboard

Searching algorithms

Open NavyaIyanampudi opened this issue 4 years ago • 2 comments

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 avatar Oct 19 '20 09:10 NavyaIyanampudi

@NavyaIyanampudi please add some details

harshilp24 avatar Oct 20 '20 05:10 harshilp24

Updated!!Please find them

NavyaIyanampudi avatar Oct 20 '20 06:10 NavyaIyanampudi