mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-22 05:21:49 +03:00
e8d3811f12
* feat: add hamming distance * Update misc/hamming_distance.c Co-authored-by: David Leal <halfpacho@gmail.com> * Update misc/hamming_distance.c Co-authored-by: David Leal <halfpacho@gmail.com> * updating DIRECTORY.md * Add curly braces to the while loop * Fix character comparison * Add a one-line description for library/header * Update misc/hamming_distance.c Co-authored-by: Taj <tjgurwara99@users.noreply.github.com> * Fix function names in test --------- Co-authored-by: David Leal <halfpacho@gmail.com> Co-authored-by: github-actions[bot] <github-actions@users.noreply.github.com> Co-authored-by: Taj <tjgurwara99@users.noreply.github.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
demonetization.c | ||
hamming_distance.c | ||
lexicographic_permutations.c | ||
longest_subsequence.c | ||
mirror.c | ||
pid.c | ||
poly_add.c | ||
postfix_evaluation.c | ||
quartile.c | ||
rot13.c | ||
rselect.c | ||
run_length_encoding.c | ||
sudoku_solver.c | ||
tower_of_hanoi.c | ||
union_find.c |