mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-03 10:35:34 +08:00
* 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 forae4d4707* 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 for94fb407b* 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 for455dce1d* fix: Make hamming distance algorithm work for all strings. * clang-format and clang-tidy fixes forba18ec04Co-authored-by: David Leal <halfpacho@gmail.com> Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>