mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
0ce5df0c21
* Added bit manipulation algorithms. * Removed Power of 2 and xor swap. * Update bit_manipulation/hamming_distance.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * Update bit_manipulation/hamming_distance.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * Update bit_manipulation/hamming_distance.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * updating DIRECTORY.md * clang-format and clang-tidy fixes for ae4d4707 * Apply suggestions from code review Co-authored-by: David Leal <halfpacho@gmail.com> * test: docs: Added tests and docs for hamming distance. * Apply suggestions from code review Co-authored-by: David Leal <halfpacho@gmail.com> * clang-format and clang-tidy fixes for 94fb407b * Update bit_manipulation/hamming_distance.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * feat: Added string method for hamming distance. * Apply suggestions from code review Co-authored-by: David Leal <halfpacho@gmail.com> * clang-format and clang-tidy fixes for 455dce1d * fix: Make hamming distance algorithm work for all strings. * clang-format and clang-tidy fixes for ba18ec04 Co-authored-by: David Leal <halfpacho@gmail.com> Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>