TowerOfHanoi
Classes
hanoi.h File Reference
#include <iostream>
#include <stack>
#include <string>
Include dependency graph for hanoi.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Rod
 Rod is a class to maintains state about disk positions. More...
 
class  Hanoi
 Hanoi is a class that takes the action of moving disks between rods. It does this by encapsulates Rods for start, destination, and auxilary. More...