LetsGrowMoreCommunity / DSA-Playyard

Explore the world of Data Structures and Algorithm
18 stars 51 forks source link

Counting bits of a number using java #175

Closed anushka-srivastava22 closed 3 years ago

anushka-srivastava22 commented 3 years ago

Fixes #57

Add Program as Feature

Made Required Changes @ujju20 Followed guidelines of readme file

ujju20 commented 3 years ago

Good Work! Keep Coding! 👍🏻

ujju20 commented 3 years ago

I have reverted your PR Actually, You have done this question using a standard Technique. Do it using bit-manipulation techniques.

anushka-srivastava22 commented 3 years ago

ok