Return type inconsistency
Closed this issue · 3 comments
Rudra2637 commented
Issue
I've identified two issues in the bit_manipulation/count_of_set_bits.cpp repository file. The first is a return type mismatch: the function returns an int, but the documented type is uint64_t. The second is an erroneous documentation link, which directs to the count-set-bits problem instead of the correct count-bits-flip problem.
Can you assign me this issue i can fix this.
realstealthninja commented
Go ahead!
Rudra2637 commented
That folder has more similar kind of mistake should i fix it
realstealthninja commented
feel free to open more prs