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