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

The Bit Game (Bit Manipulation Problem) #3322

Open
1 of 4 tasks
kanikarajpal opened this issue Oct 12, 2022 · 3 comments
Open
1 of 4 tasks

The Bit Game (Bit Manipulation Problem) #3322

kanikarajpal opened this issue Oct 12, 2022 · 3 comments

Comments

@kanikarajpal
Copy link

This is a(n):

  • New algorithm
  • Update to an existing algorithm
  • Error
  • Proposal to the Repository

Details:
I would like to add an Algorithm- The Bit Game (Geeks for Geeks Problem).

Description -
Two players, Player 1 and Player 2, are given an integer N to play a game. The rules of the game are as follows :

  1. In one turn, a player can remove any set bit of N in its binary representation to make a new N.
  2. Player 1 always takes first turn.
  3. If a player cannot make a move, he loses.

Link -
https://practice.geeksforgeeks.org/problems/the-bit-game2313/0

@ahmd-nish
Copy link

@ZoranPandovski can you assign this task to me ?

@animagus12
Copy link
Contributor

Hey, can you assign this to me?

@siyaa12
Copy link

siyaa12 commented Oct 27, 2022

Hey ! can you assign this issue to me ?!

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

5 participants