TheAlgorithms/C++ 1.0.0
All the algorithms implemented in C++
Loading...
Searching...
No Matches
tower Struct Reference

Public Attributes

int values [10]
 Values in the tower.
 
int top
 top tower ID
 

Detailed Description

Define the state of tower

Definition at line 11 of file tower_of_hanoi.cpp.

Member Data Documentation

◆ top

int tower::top

top tower ID

Definition at line 15 of file tower_of_hanoi.cpp.

◆ values

int tower::values[10]

Values in the tower.

Definition at line 13 of file tower_of_hanoi.cpp.


The documentation for this struct was generated from the following file: