📝 docs: 更新流程图讲义,简化内容并增强可读性

This commit is contained in:
2026-04-17 17:40:07 +08:00
parent 145ad7b8ff
commit 0d9274ba3e
2 changed files with 695 additions and 6 deletions

View File

@@ -4,12 +4,6 @@
## 一、这节课到底学什么?
这节课只抓 3 件事:
1. 看到流程图,能顺着箭头说出每一步在干什么。
2. 看到判断框,能分清“是”走哪条路,“否”走哪条路。
3. 能把一道题的做法,手绘成清楚的流程图。
很多同学觉得流程图难,不是因为图形多,而是因为总会犯下面几种错:
- 只盯着框看,不顺着箭头走。