2.3 序列 #108
Replies: 13 comments 6 replies
-
|
树递归这里看晕了都 |
Beta Was this translation helpful? Give feedback.
-
|
gg在树递归和链表递归这里 |
Beta Was this translation helpful? Give feedback.
-
|
我感觉这节排版就有点烂了,先不说链表、树的实现在于知道孩子结点的位置都没讲清楚。十分不建议没学过数据结构的同学们硬学。这里梗概讲的很模糊,而由于链表和数都是高度递归的结构,你用[]进行分层,十分的混乱。 |
Beta Was this translation helpful? Give feedback.
-
|
right_binarize(tree)部分代码好像有点问题。 |
Beta Was this translation helpful? Give feedback.
-
|
翻译的真的好👍 |
Beta Was this translation helpful? Give feedback.
-
|
作为过来人表示,这里的树和链表不用看,去看数据结构相关的课程或者书籍中对这两种数据结构的介绍会更容易理解 |
Beta Was this translation helpful? Give feedback.
-
|
树和链表看晕了 |
Beta Was this translation helpful? Give feedback.
-
|
已经用c++实现过链表和二叉树了,结果这里讲的树我居然看不明白... |
Beta Was this translation helpful? Give feedback.
-
|
这一节比较难,可以和ai对话让ai解释一下,树递归像是把递归的过程记录下来(用列表的方式) |
Beta Was this translation helpful? Give feedback.
-
|
链表和树直接跳过不看了, 学数据结构与算法的时候再看, 知道数据结构的实现与操作分离就行了 |
Beta Was this translation helpful? Give feedback.
-
|
看了3天,勉强把树和链表看完,但还是一知半解,已经想要跳过。无意翻到评论,应该早点看评论的。 |
Beta Was this translation helpful? Give feedback.
-
|
拼尽全力想理解,可惜1晚了看到评论,不过说真的,用[]来表示树真的看的令人头大 |
Beta Was this translation helpful? Give feedback.
-
|
救命……终于把树和链表啃完了……这个树简直是太抽象了,看到大家都觉得有难度好受一些……唉,我之后一定要先看看下面的评论我再接着看,这样我就晓得先去看别的教材这一部分的内容了QAQ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
2.3 序列
SICP Python 中文翻译
https://composingprograms.netlify.app/2/3
Beta Was this translation helpful? Give feedback.
All reactions