LetsGrowMoreCommunity / DSA-Playyard

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

Added Counting Bits in C++ #180

Closed mrkc2303 closed 3 years ago

mrkc2303 commented 3 years ago

I have added the problem- Counting Bits using C++ using BIT MANIPULATION. This resolves #57

mrkc2303 commented 3 years ago

Kindly review it @YashThakare @ujju20

vilsi12 commented 3 years ago

@mrkc2303 dont write in leetcode you have start it from class directly it don't run in simple ide

mrkc2303 commented 3 years ago

@ujju20 @vilsi12 Sure, I will make the changes requested and get back to you within a day. Thank You

ujju20 commented 3 years ago

@ujju20 @vilsi12 Sure, I will make the changes requested and get back to you within a day. Thank You

Any Updates @mrkc2303 ??

ujju20 commented 3 years ago

@ujju20 @vilsi12 Sure, I will make the changes requested and get back to you within a day. Thank You

@mrkc2303 Are your working on this or should I close this PR?

mrkc2303 commented 3 years ago

@ujju20 Hi, sorry for the delay. Due to personal medical issues it took me time to change the code. Please let me do it. Will try to get it done by today.

Really sorry for the Inconvenience!

ujju20 commented 3 years ago

@ujju20 Hi, sorry for the delay. Due to personal medical issues it took me time to change the code. Please let me do it. Will try to get it done by today.

Really sorry for the Inconvenience!

It's Ok I just wanted to know that you will do it or not. If you are doing it then fine.

mrkc2303 commented 3 years ago

@ujju20 Kindly Check. Let me know if any changes required. Sorry for the delay :)

ujju20 commented 3 years ago

@ujju20 Kindly Check. Let me know if any changes required. Sorry for the delay :)

You have to add an explanation to the code using comments.

mrkc2303 commented 3 years ago

@ujju20 Kindly Check Now!