sanyamjain036 / HacktoberFest2022

In this repository, you can find the solutions (as source code) for the problems in LeetCode.
MIT License
3 stars 61 forks source link

added solution for question 2220 #17

Closed kirtiraj22 closed 1 year ago

kirtiraj22 commented 1 year ago

Added answer to question 2220 which is of bit manipulation. Q)Minimum bit flips to convert number The solution is faster than 100%.