TheAlgorithms/C++ 1.0.0
All the algorithms implemented in C++
|
Public Attributes | |
int | values [10] |
Values in the tower. | |
int | top |
top tower ID | |
Define the state of tower
Definition at line 11 of file tower_of_hanoi.cpp.
int tower::top |
top tower ID
Definition at line 15 of file tower_of_hanoi.cpp.
int tower::values[10] |
Values in the tower.
Definition at line 13 of file tower_of_hanoi.cpp.