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

Check whether a number is a power of 2 using bit manipulation #1297

Open
shubhamcr opened this issue Oct 12, 2017 · 6 comments
Open

Check whether a number is a power of 2 using bit manipulation #1297

shubhamcr opened this issue Oct 12, 2017 · 6 comments
Assignees
Labels
add code Hacktoberfest new algorithm For issues pertaining to the creation of new algorithms

Comments

@shubhamcr
Copy link
Contributor

shubhamcr commented Oct 12, 2017

To check efficiently whether a number is power of 2 using bit manipulation

@shubhamcr
Copy link
Contributor Author

shubhamcr commented Oct 12, 2017

Check PR #1298 C++ code

AdiChat added a commit that referenced this issue Oct 13, 2017
Power of 2 - Bit manipulation in python - Issue #1297
@AdiChat AdiChat reopened this Oct 14, 2017
blaze-nitd added a commit to blaze-nitd/cosmos that referenced this issue Oct 14, 2017
@Jiraphapa
Copy link
Contributor

Implemented power of 2 in javascript #1484

@nickdex
Copy link
Contributor

nickdex commented Oct 14, 2017

Add C# implementation to check power of 2. Refer #1492

@arnavb arnavb added the new algorithm For issues pertaining to the creation of new algorithms label Feb 25, 2019
@abhijeet010304
Copy link
Contributor

I would like to work on it in C++ and pyhton please assign it to me as a part of GSSoC 20

@HariniJeyaraman
Copy link
Member

I'm a GSSoC'20 participant. Would love to work on this issue. In what languages is this issue open for now? @arnavb @AdiChat Please assign me this issue if it is still open

@arnavb
Copy link
Member

arnavb commented Mar 24, 2020

@HariniJeyaraman Check the corresponding code directory. You can do this in any available language.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
add code Hacktoberfest new algorithm For issues pertaining to the creation of new algorithms
Projects
None yet
Development

No branches or pull requests

7 participants