Skip to content
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

Fet: added "Is Power of Two" in Bit manipulation Section #4320

Closed
5 tasks done
BamaCharanChhandogi opened this issue Aug 16, 2023 · 0 comments
Closed
5 tasks done

Fet: added "Is Power of Two" in Bit manipulation Section #4320

BamaCharanChhandogi opened this issue Aug 16, 2023 · 0 comments
Assignees

Comments

@BamaCharanChhandogi
Copy link
Member

What would you like to Propose?

What would you like to Propose?

  • I have read CONTRIBUTING.md.
  • This pull request is all my own work -- I have not plagiarized it.
  • All filenames are in PascalCase.
  • All functions and variable names follow Java naming conventions.
  • All new algorithms have a URL in their comments that points to Wikipedia or other similar explanations.

Issue details

Given a positive int number. Return True if this number is a power of 2
or False otherwise.

Additional Information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant