mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-10 05:57:14 +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
|
#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;
|
||||||
|
|||||||
Reference in New Issue
Block a user