cour_note/D2CX_AdvancedDataStructure/Lec01/ #18
Replies: 8 comments 10 replies
-
非常好笔记 |
Beta Was this translation helpful? Give feedback.
-
可以问一下大佬为什么我浏览的时候markdowm里面的latex格式没有正常显示嘛 |
Beta Was this translation helpful? Give feedback.
-
"旋转"视角章节下, "让h(New Left Subtree) 去 +1,让 h(Right Subtree) 去 -1" 是否写反了? 这样balance factor 不是更大了吗 |
Beta Was this translation helpful? Give feedback.
-
换根方法大赞!比旋转视角清楚得多,受益匪浅!!! |
Beta Was this translation helpful? Give feedback.
-
gooood! |
Beta Was this translation helpful? Give feedback.
-
推荐一个可视化网站:https://www.cs.usfca.edu/~galles/visualization/Algorithms.html |
Beta Was this translation helpful? Give feedback.
-
想问下对于 splay tree 的 #remove X 操作,“接下来删除 Root 节点,并在维护 BST 性质的情况下递归地合并左右孩子树即可。“ 是如何递归的? cyll 的ppt 上是:find(x) -> remove(x) -> findmax(T_L) -> T_R be right child of T_L ;这和递归似乎天差地别。🧐 |
Beta Was this translation helpful? Give feedback.
-
最后关于zig-zag操作的放缩,倒数第二行 “+RANK i (X)”符号应该错了,感觉是减号喵 🧐 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
cour_note/D2CX_AdvancedDataStructure/Lec01/
https://note.isshikih.top/cour_note/D2CX_AdvancedDataStructure/Lec01/
Beta Was this translation helpful? Give feedback.
All reactions