kaustubhgupta / Hacktoberfest

This is for the information that the repository has been excluded by the Hacktoberfest team from the event. This was done to maintain the quality standards and promote good quality open source contributions.
MIT License
55 stars 278 forks source link

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

Closed ankit-95 closed 2 years ago

ankit-95 commented 2 years ago

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

Checklist:

ankit-95 commented 2 years ago

@kaustubhgupta - Please review my pull request.

kaustubhgupta commented 2 years ago

Thanks for your contribution :)