This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Rules of the Game: | |
1.Only one disccan be moved at a time | |
2.Each move consists of moving only the uppermost disc of a pile and placing it on the other. | |
3.No disc can be placed on top of a smaller disc. | |
*/ | |