mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-03 02:29:53 +08:00
* 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>