# Searching algorithms
### c-or-cpp
1. linear-search.cpp
2. binary-search.cpp
### python
1. linear-search.py
2. binary-search.py