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

Add complexity bound on binary search methods #239

Merged
merged 1 commit into from May 25, 2022

Conversation

natebosch
Copy link
Member

Closes #237

In each of the list extensions that mention "Uses binary search" add a
sentence documenting that the search takes log(n) comparisons.
Add a sentence about using binary search and the runtime to the top
level algorithm methods.

Closes #237

In each of the list extensions that mention "Uses binary search" add a
sentence documenting that the search takes `log(n)` comparisons.
Add a sentence about using binary search and the runtime to the top
level algorithm methods.
@natebosch natebosch requested a review from lrhn May 24, 2022 22:09
@natebosch natebosch merged commit 69766da into master May 25, 2022
@natebosch natebosch deleted the binary-search-runtime branch May 25, 2022 14:52
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.

lowerBound does not document expected running time
2 participants