webartifex / intro-to-python

An intro to Python & programming for wanna-be data scientists
https://code.webartifex.biz/alexander/intro-to-python
MIT License
912 stars 88 forks source link

Solve Towers of Hanoi with stacks #34

Open webartifex opened 3 years ago

webartifex commented 3 years ago

In a future chapter on common data structures, re-visit Towers of Hanoi and solve it with stacks.

cf. "Classic Computer Science Problems with Python", pp. 22