DSA/searching
satcasm 2963b9f5f8 added jump search in c++ 2021-01-15 18:45:38 +05:30
..
c-or-cpp added jump search in c++ 2021-01-15 18:45:38 +05:30
python restructure the repo 2021-01-14 12:15:56 +05:30
README.md added jump search in c++ 2021-01-15 18:45:38 +05:30

README.md

Searching algorithms

c-or-cpp

  1. linear-search.cpp
  2. binary-search.cpp
  3. jump-search.cpp

python

  1. linear-search.py
  2. binary-search.py