Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 175 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 175 Bytes

HanoiTower

This program is to count the fewest step of Hanoi Problem for t Tower d Disk (t >= 3). But it has stack overflow problem when d and t become big(has been solved)