상세 컨텐츠

본문 제목

[자료구조] 이진탐색트리(binary search tree) - T-tree

자료구조

by ~지우~ 2022. 4. 11. 14:21

본문

728x90

T-tree: AVL tree(rotation, not perfectly balanced) + B tree(N ~ 2N data for each node)

시간복잡도: O(log2[N/M]) N: total # of keys, M: # of keyw per node

 

 

 

728x90

관련글 더보기

댓글 영역