Skip to content

Commit

Permalink
update searching index readme
Browse files Browse the repository at this point in the history
add interpolation search under c-or-cpp
  • Loading branch information
Arsenic-ATG authored Apr 2, 2021
1 parent 2535572 commit 1860e5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions searching/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
1. [Linear Search](c-or-cpp/linear-search.cpp)
2. [Binary Search](c-or-cpp/binary-search.cpp)
3. [Jump Search](c-or-cpp/jump-search.cpp)
4. [Interpolation Search](c-or-cpp/interpolation-search.cpp)

### Python

Expand Down

0 comments on commit 1860e5b

Please sign in to comment.