We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0eb369 commit 0fdbe1cCopy full SHA for 0fdbe1c
pygorithm/searching/interpolation_search.py
@@ -2,7 +2,7 @@
2
Author: SHARAD BHAT
3
Created On: 22nd August 2017
4
5
- - Best O()
+ - Best O(1)
6
- Average O(log(logn))
7
- Worst O(n)
8
"""
0 commit comments