mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
d1ec37c67b
* Next higher number with same set bits implimented * Added to DIRECTORY.md * Update bit_manipulation/next_higher_number_with_same_number_of_set_bits.cpp new line aded Co-authored-by: David Leal <halfpacho@gmail.com> * Update bit_manipulation/next_higher_number_with_same_number_of_set_bits.cpp * added Co-authored-by: David Leal <halfpacho@gmail.com> * Update bit_manipulation/next_higher_number_with_same_number_of_set_bits.cpp recomendation added Co-authored-by: David Leal <halfpacho@gmail.com> * Update next_higher_number_with_same_number_of_set_bits.cpp int to int64_t * Update bit_manipulation/next_higher_number_with_same_number_of_set_bits.cpp Co-authored-by: realstealthninja <68815218+realstealthninja@users.noreply.github.com> --------- Co-authored-by: David Leal <halfpacho@gmail.com> Co-authored-by: realstealthninja <68815218+realstealthninja@users.noreply.github.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
count_bits_flip.cpp | ||
count_of_set_bits.cpp | ||
count_of_trailing_ciphers_in_factorial_n.cpp | ||
find_non_repeating_number.cpp | ||
hamming_distance.cpp | ||
next_higher_number_with_same_number_of_set_bits.cpp | ||
power_of_2.cpp | ||
set_kth_bit.cpp | ||
travelling_salesman_using_bit_manipulation.cpp |