mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-03 10:35:34 +08:00
Update bit_manipulation/hamming_distance.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
committed by
GitHub
parent
2e8d21db1e
commit
ae4d47071f
@@ -11,7 +11,6 @@
|
||||
*/
|
||||
|
||||
#include <iostream> /// for io operations
|
||||
using std::cout, std::endl;
|
||||
|
||||
unsigned int bitCount(unsigned int value) {
|
||||
unsigned int count = 0;
|
||||
|
||||
Reference in New Issue
Block a user