X Tutup
The Wayback Machine - https://web.archive.org/web/20201103192624/https://github.com/TheAlgorithms/Java/issues/1650
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

Recursive Hanoi Algo #1650

Open
shreya10032000 opened this issue Oct 6, 2020 · 4 comments
Open

Recursive Hanoi Algo #1650

shreya10032000 opened this issue Oct 6, 2020 · 4 comments

Comments

@shreya10032000
Copy link

@shreya10032000 shreya10032000 commented Oct 6, 2020

Tower of Hanoi is a mathematical puzzle where we have three rods and n disks. The objective of the puzzle is to move the entire stack to another rod, obeying the following simple rules:

  1. Only one disk can be moved at a time.
  2. Each move consists of taking the upper disk from one of the stacks and placing it on top of another stack i.e. a disk can only be moved if it is the uppermost disk on a stack.
  3. No disk may be placed on top of a smaller disk.
@Blackwidow2981
Copy link

@Blackwidow2981 Blackwidow2981 commented Oct 7, 2020

I would like to work on this issue.Please assign this issue to me .

1 similar comment
@pnpninja
Copy link

@pnpninja pnpninja commented Oct 7, 2020

I would like to work on this issue.Please assign this issue to me .

@Rohanfizz
Copy link

@Rohanfizz Rohanfizz commented Oct 8, 2020

Can you please assign this to me? I would love to contibute in different languages :-)
Peace:)

@devanshi1110
Copy link

@devanshi1110 devanshi1110 commented Oct 16, 2020

Can you please assign this to me? I would love to contribute in different languages :-)
Peace:)

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

Successfully merging a pull request may close this issue.

None yet
5 participants
You can’t perform that action at this time.
X Tutup