Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.3 KB

README.md

File metadata and controls

25 lines (19 loc) · 1.3 KB

recursion-with-turtle

python使用turtle库展现递归

  • Sierpinski Triangle
  • HanoiTower
  • Maze Exploring

本文思路教程已更新到本人博客:https://www.cnblogs.com/BigShuang/p/10837020.html

最初的思路来自一本关于python的算法书籍: Problem Solving with Algorithms and Data Structures using Python

Sierpinski Triangle-谢尔宾斯基三角形

python3 版本完成

HanoiTower-汉诺塔

python3 版本完成

Maze Exploring-迷宫探索

python3 版本完成