cosmos
cosmos copied to clipboard
Added first_set_bit_using_bitmanipulation.cpp
This file adds second way of finding the right-most set bit in a number to the repository.
Changes:
Adds one more way of finding the right-most set bit of a number.
@AdiChat Please review my first ever PR :)