DSA/searching/README.md

13 lines
134 B
Markdown
Raw Normal View History

2021-01-14 07:08:38 +00:00
# Searching algorithms
### c-or-cpp
1. linear-search.cpp
2. binary-search.cpp
### python
1. linear-search.py
2. binary-search.py