TheAlgorithms-C/searching
Alessio Farinelli 4b65a6b6b1
feat: Exponential Search (#818)
* feat(ExponentialSearch): added C implementation of Exponential Search

* fix: typo

* refactor(ExponentialSearch): removed unused imports

* fix(Exponential Search): review fixes

* updating DIRECTORY.md

* refactor(ExponentialSearch): refactoring types

* fix(ExponentialSearch): fixes and added brief

* refactor(ExponentialSearch): added briefs

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2021-03-25 23:58:07 +05:30
..
pattern_search formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
CMakeLists.txt find openmp declared required only once 2020-05-31 10:49:26 -04:00
binary_search.c added iterative algorithm for binary_search 2020-06-30 14:17:12 -04:00
exponential_search.c feat: Exponential Search (#818) 2021-03-25 23:58:07 +05:30
fibonacci_search.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
interpolation_search.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
jump_search.c docs+self-tests+lgtm fix 2020-07-10 23:19:24 -04:00
linear_search.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
modified_binary_search.c fix code - major errors + add docs 2020-07-01 21:27:35 -04:00
other_binary_search.c formatting filenames 909e15d8be 2020-05-30 18:26:19 +00:00
ternary_search.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00