- Notifications
You must be signed in to change notification settings - Fork98
[3226] Number of Bit Changes to Make Two Integers Equal#97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Thanks! Nice solution.
I will merge it after fixing the linter issues.
| [Happy Number](/LeetcodeProblems/Algorithms/easy/Happy_Number.js) | Easy | https://leetcode.com/problems/happy-number/ | | ||
| [Shuffle String](/LeetcodeProblems/Algorithms/easy/Shuffle_String.js) | Easy | https://leetcode.com/problems/shuffle-string/ | | ||
| Name | Level | Link | | ||
|----------------------------------------------------------------------------------------------------------------------------------------------------------------| - |------------------------------------------------------------------------------------------| |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Thank you!
LeetcodeProblems/Algorithms/easy/Bit_Reverse_To_Make_Numbers_Equal.js OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Co-authored-by: Ignacio Chiazzo Cardarello <ignaciochiazzo@gmail.com>
e3f3f65
intoignacio-chiazzo:masterUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Title of the problem
Checklist before requesting a review
npx eslint LeetcodeProblems LeetcodeProblemsTests
) and unit tests (node Test.js
) and they pass.More info.Check theguide andthis PR example.