整了个repo放练习的代码,记录一下学习过程
也希望未来能给其他人一点帮助吧😊
📂 cs61a/
├── 📋 README.md
├── 📄 LICENSE
├── 📚 hws/
│ ├── hw01/
│ ├── hw02/
│ ├── hw03/
│ ├── hw04/
│ ├── hw05/
│ ├── hw06/
│ ├── hw07/
│ └── hw08/
├── 🧪 labs/
│ ├── lab00/
│ ├── lab01/
│ ├── lab02/
│ ├── lab03/
│ ├── lab04/
│ ├── lab05/
│ ├── lab06/
│ ├── lab07/
│ └── lab09/
└── 🚀 projs/
├── hog/
├── cats/
├── ants/
└── scheme/
- 课程官网
- 教材: Composing Programs
- Python Tutor - 代码可视化工具
Happy Coding! 🎉
"Programs must be written for people to read, and only incidentally for machines to execute."
— Harold Abelson