algorithms/ads/1 #29
Replies: 3 comments 3 replies
-
|
splay tree的挪还分析不使用树高作为势能函数,更多是出于树高不一定是O(log N)的考虑吧。 |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
你好,似乎“LL 用左旋,RR 用右旋”的说法反了,应该是“LL用右旋,RR用左旋”🤔 |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
LR过程演示图中 后[左旋]的文字解释似乎有错误"然后,通过左旋交换原来的孙子节点(现在是子节点)与 trouble maker(红色)的位置" 一句中的 trouble maker应为trouble finder |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
algorithms/ads/1
NoughtQ的笔记本
https://note.noughtq.top/algorithms/ads/1
Beta Was this translation helpful? Give feedback.
All reactions