Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Added : Code for Tower of Hanoi Problem in Java #669

Merged
merged 3 commits into from
Oct 5, 2021

Conversation

ankit-95
Copy link
Contributor

@ankit-95 ankit-95 commented Oct 4, 2021

Description

This Problem requires you to move disks from Stand A to Stand C where Stand B is a helper.
Stand A contains some disks as which are required to be moved to Destination C.
This pull request will solve the Tower of Hanoi Issue i.e #652

Fixes: #652

Type of change

Please delete options that are not relevant

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

Checklist:

  • I have read the contribution guidelines before making this PR.
  • I have performed a self-review of my own code

@ankit-95 ankit-95 changed the title Java new code Added : Code for Tower of Hanoi Problem in Java Oct 4, 2021
@ankit-95
Copy link
Contributor Author

ankit-95 commented Oct 4, 2021

@kaustubhgupta - Please review my pull request.

@kaustubhgupta kaustubhgupta added 2021 hacktoberfest Issue made for hacktoberfest labels Oct 5, 2021
@kaustubhgupta kaustubhgupta merged commit 33c4195 into kaustubhgupta:master Oct 5, 2021
@kaustubhgupta
Copy link
Owner

Thanks for your contribution :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
2021 hacktoberfest Issue made for hacktoberfest
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tower of Hanoi : A mathematical puzzle [Asked in FAANG Interview]
2 participants