Java
Java copied to clipboard
Added file to calculate set bits in a number
I have used Brian Kernighans algorithm to count set bits of a number . I have add this file in others folder and the test file in the corresponding folder in test folder.