Texonom
Texonom
/
Computing
Computing
/Data/Data Structure/Tree Data/Binary Tree/Search Tree/Binary search tree/Balanced tree/
B+ Tree
Search

B+ Tree

Creator
Creator
Seonglae Cho
Created
Created
2023 Sep 9 7:40
Editor
Editor
Seonglae Cho
Edited
Edited
2023 Oct 25 16:25
Refs
Refs
 
 
 
 
 
[자료구조] 그림으로 알아보는 B+Tree
정렬된 순서를 보장하고, 멀티레벨 인덱싱을 통한 빠른 검색과 선형탐색까지 가능한 실전형 자료구조 B+ 트리입니다.
[자료구조] 그림으로 알아보는 B+Tree
https://velog.io/@emplam27/자료구조-그림으로-알아보는-B-Plus-Tree
[자료구조] 그림으로 알아보는 B+Tree
B+ tree
A B+ tree is an m-ary tree with a variable but often large number of children per node. A B+ tree consists of a root, internal nodes and leaves.[1] The root may be either a leaf or a node with two or more children.
B+ tree
https://en.wikipedia.org/wiki/B+_tree
 
 
 

Recommendations

Texonom
Texonom
/
Computing
Computing
/Data/Data Structure/Tree Data/Binary Tree/Search Tree/Binary search tree/Balanced tree/
B+ Tree
Copyright Seonglae Cho