update searching index readme

add interpolation search under c-or-cpp
pull/127/head
Arsenic 2021-04-02 14:04:31 +05:30 committed by GitHub
parent 2535572a87
commit 1860e5b25c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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