TheAlgorithms-C/searching
Swastika Gupta 580bd405ea
feat: Add floyd cycle-detection-algorithm to find duplicate number (#844)
* floyd algorithm application

* Update searching/floyd_cycle_detection_algorithm.c

Co-authored-by: David Leal <halfpacho@gmail.com>

* updating DIRECTORY.md

* Update searching/floyd_cycle_detection_algorithm.c

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update searching/floyd_cycle_detection_algorithm.c

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update searching/floyd_cycle_detection_algorithm.c

Co-authored-by: David Leal <halfpacho@gmail.com>

* minor correction

* Update searching/floyd_cycle_detection_algorithm.c

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update searching/floyd_cycle_detection_algorithm.c

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update searching/floyd_cycle_detection_algorithm.c

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update searching/floyd_cycle_detection_algorithm.c

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update searching/floyd_cycle_detection_algorithm.c

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update searching/floyd_cycle_detection_algorithm.c

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update floyd_cycle_detection_algorithm.c

* Update searching/floyd_cycle_detection_algorithm.c

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update searching/floyd_cycle_detection_algorithm.c

Co-authored-by: Abhinn Mishra <49574460+mishraabhinn@users.noreply.github.com>

Co-authored-by: David Leal <halfpacho@gmail.com>
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Co-authored-by: Abhinn Mishra <49574460+mishraabhinn@users.noreply.github.com>
2021-07-29 12:40:05 -05:00
..
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
floyd_cycle_detection_algorithm.c feat: Add floyd cycle-detection-algorithm to find duplicate number (#844) 2021-07-29 12:40:05 -05: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