|
1 | 1 | # Summary
|
2 | 2 |
|
3 | 3 | * [Introduction](README.md)
|
4 |
| -* [Chapter1-what-is-programming](chapter1-what-is-programming/README.md) |
5 |
| -* [Chapter2-how-to-learn-programming](chapter2-how-to-learn-programming/README.md) |
6 |
| -* [Chapter3-advanced-programming-part1](chapter3-advanced-programming-part1/README.md) |
7 |
| -* [Chapter4-advanced-programming-part2](chapter4-advanced-programming-part2/README.md) |
8 |
| -* [Chapter5-programming-languages](chapter5-programming-languages/README.md) |
9 |
| -* [Chapter6-useful-tools](chapter6-useful-tools/README.md) |
10 |
| -* [Chapter7-textbooks](chapter7-textbooks/README.md) |
| 4 | +* [第一章-编程所谓何物](chapter1-what-is-programming/README.md) |
| 5 | +* [第二章-咋学编程](chapter2-how-to-learn-programming/README.md) |
| 6 | +* [第三章-编程进阶-数据结构与算法](chapter3-advanced-programming-part1/README.md) |
| 7 | +* [第四章-操作系统及项目开发杂谈](chapter4-advanced-programming-part2/README.md) |
| 8 | + * [控制台和图形用户界面](chapter4-advanced-programming-part2/cli-and-gui.md) |
| 9 | + * [工程和单个文件的关系](chapter4-advanced-programming-part2/projects.md) |
| 10 | +* [第五章-编程语言](chapter5-programming-languages/README.md) |
| 11 | +* [第六章-编程方法论杂谈](chapter6-useful-tools/README.md) |
| 12 | +* [第七章-教材推荐及其它](chapter7-textbooks/README.md) |
| 13 | + * [数据结构与算法类](chapter7-textbooks/algo-data-struct.md) |
| 14 | + * [C](chapter7-textbooks/c-programming.md) |
| 15 | + * [C++](chapter7-textbooks/c-plusplus.md) |
| 16 | + * [Java](chapter7-textbooks/java.md) |
| 17 | + * [Python](chapter7-textbooks/python.md) |
| 18 | + * [Go](chapter7-textbooks/go.md) |
| 19 | + * [Network](chapter7-textbooks/network) |
| 20 | + * [Web-前端](chapter7-textbooks/web-front-end.md) |
| 21 | + * [Web-后端](chapter7-textbooks/web-.md) |
| 22 | + * [机器学习](chapter7-textbooks/machine-learning.md) |
| 23 | + * [Linux](chapter7-textbooks/linux.md) |
| 24 | + * [Misc](chapter7-textbooks/misc.md) |
| 25 | + * [GUI](chapter7-textbooks/gui.md) |
11 | 26 |
|
0 commit comments