[Tutorial] Splay Tree: One Tree to Rule Them All
Разница между en1 и en2, 0 символ(ов) изменены
_Are you scared when you hear about all these pesky data structures like Fenwick Tree, RMQ, Segment Tree in competitive programming?_↵

_Are you afraid of writing code to solve problems like finding the minimum, maximum, or sum of some range query, especially when there are updates to the data?_↵

_Well, fear no more! In this tutorial I will introduce the Swiss knife of all sequence manipulation data structure, one code that can (theoretically) solve every problem of this kind, one tree to rule them all — the Splay Tree!_↵

So this is a tutorial I wrote on the Splay Tree:↵

[https://zhtluo.com/cp/splay-tree-one-tree-to-rule-them-all.html](https://zhtluo.com/cp/splay-tree-one-tree-to-rule-them-all.html)↵

Feedback and additional practice problems are welcomed. Enjoy :)

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en2 Английский Zhtluo 2022-10-27 01:29:33 0 (published)
en1 Английский Zhtluo 2022-10-27 01:27:01 837 Initial revision (saved to drafts)