-
-
Couldn't load subscription status.
- Fork 49k
Move bitwise add #9097
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move bitwise add #9097
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.
Looks good to me. You could also remove the bitwise_ prefix because it is in the bit_manipulation folder, up to you
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 for adding 👍
Describe your change:
Per @CaedenPH's suggestion in #6602, I'm moving
maths/sum_of_two_positive_numbers_bitwise.pytobit_manipulationand renaming the file.Checklist: