Skip to content

Commit 0fdbe1c

Browse files
authored
Update interpolation_search.py
1 parent b0eb369 commit 0fdbe1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygorithm/searching/interpolation_search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Author: SHARAD BHAT
33
Created On: 22nd August 2017
44
5-
- Best O()
5+
- Best O(1)
66
- Average O(log(logn))
77
- Worst O(n)
88
"""

0 commit comments

Comments
 (0)