TheAlgorithms-C-Plus-Plus/search
Hashir Hameed Niazi 60c607becd
feat: Add Saddleback search (#1432)
* feat: add saddleback search algorithm

* docs: add comments and explaination for saddleback algorithm

* test: add test for saddleback algorithm

* refactor: use size_t instead of int

* refactor: made suggested changes

* updating DIRECTORY.md

* refactor: made suggested changes

* refactor: made suggested changes

* refactor: made suggested changes

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2020-12-02 18:27:53 +05:30
..
binary_search.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
CMakeLists.txt Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
exponential_search.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
fibonacci_search.cpp comments added 2020-07-10 19:13:16 +04:00
hash_search.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
interpolation_search2.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
interpolation_search.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
jump_search.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
linear_search.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
median_search.cpp Suggested changes has been made. 2020-08-23 15:49:52 +05:30
saddleback_search.cpp feat: Add Saddleback search (#1432) 2020-12-02 18:27:53 +05:30
ternary_search.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
text_search.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30