취미로PS하는사람

[Algorithms] Splay tree (링크) 본문

PS/Algorithms

[Algorithms] Splay tree (링크)

def_win 2024. 2. 18. 19:28

https://blog.chodaeho.com/posts/2021/splay-tree-1/

 

Splay Tree 1. 개념과 사용

BST중 하나인 Splay Tree에 대한 설명

blog.chodaeho.com

 

https://blog.chodaeho.com/posts/2021/splay-tree-2/

 

Splay Tree 2. 시간복잡도의 증명

Splay Tree의 amortized 시간복잡도의 증명

blog.chodaeho.com

 

splay tree 시간복잡도 증명이 궁금해서 둘러보다가 발견했는데 한국어로 잘 설명해놓은 글 같다.

'PS > Algorithms' 카테고리의 다른 글

[Algorithms] KMP 알고리즘  (0) 2022.01.13
[Algorithms] [BOJ 3121] 빨간 점, 파란 점  (0) 2021.12.20
Comments