docs: add relative path on index

pull/13/head
Ming 2021-01-18 16:39:14 -04:00
parent 706620a28f
commit 179d380a0e
1 changed files with 7 additions and 7 deletions

View File

@ -1,13 +1,13 @@
# Searching algorithms
### c-or-cpp
### C or C++
1. linear-search.cpp
2. binary-search.cpp
3. jump-search.cpp
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)
### python
### Python
1. linear-search.py
2. binary-search.py
1. [Linear Search](python/linear-search.py)
2. [Binary Search](python/binary-search.py)