TheAlgorithms-C-Plus-Plus/bit_manipulation
Prashant Thakur 6272b2af08
feat: Modified count_set_bits.cpp (#1634)
* Modified: Replaced existing code with faster implementation

* Changed long long to "int64_t"

* Indentation Fixed.

* Modified Documentation.

* Updated authors of count_set_bits.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>

* Apply suggestions from code review

Co-authored-by: David Leal <halfpacho@gmail.com>

* Added proper indentation in "main" function

Co-authored-by: David Leal <halfpacho@gmail.com>

Co-authored-by: David Leal <halfpacho@gmail.com>
2021-10-16 19:57:23 -05:00
..
count_of_set_bits.cpp feat: Modified count_set_bits.cpp (#1634) 2021-10-16 19:57:23 -05:00
count_of_trailing_ciphers_in_factorial_n.cpp feat: Add count_of_trailing_ciphers_in_factorial_n (#1543) 2021-07-29 11:41:52 -05:00
hamming_distance.cpp feat: Hamming distance algorithm. (#1376) 2021-02-17 08:08:29 +05:30