Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Searching algorithms #190

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

NavyaIyanampudi
Copy link

@NavyaIyanampudi NavyaIyanampudi commented Oct 19, 2020

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.

@harshilp24
Copy link
Owner

@NavyaIyanampudi please add some details

@NavyaIyanampudi
Copy link
Author

Updated!!Please find them

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants