Splay Trees

preview_player
Показать описание
An introduction to splay trees. This video assumes some familiarity with AVL Search Trees and the rotations they use.

Timestamps
------------------------------------------------
0:00​ - The Basic Idea of Splay Trees
1:51 - Searching for Elements in a Splay Tree
2:29 - Finding a root's child (single rotations)
3:38 - The Zig Zag Rotation
5:16 - The Zig Zig Rotation
8:16 - Applications of Splay Trees
Рекомендации по теме
Комментарии
Автор

Good video! Explained with the difficult cases, love it !

thefox
Автор

Love u
This is a helpful video for student
Thank you much!!!

Xuan-rh
Автор

Best one I've seen yet on Splay Trees, thank you

jacobjdong
Автор

Lovely videos... clear and concise ... Thanks a lot dear Professor

JEdiGranada
Автор

Very very good video, if you could add some more examples of the rotations that would be really great, but as of now, also, this is the best on splay trees. Thanks.

bablobko
Автор

Very clear and concise explanation. Thank you. One question, when you refer to zig and zag, this is from a bottom-up perspective? so that the zig would refer to the lower operation and the zag would refer to the upper operation?

SatchelHamilton
Автор

Can you make a video on red-black trees in the future?

mr.anonymous