Skip to content

2-4 树是B树的一个特例,每个节点的元素在2-4之间。

License

Notifications You must be signed in to change notification settings

dalianzhu/2-4_tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

B-tree (2-4_tree)

B树的概念不再赘述。
本项目是B树的一个python实现。仅仅用于学习数据结构知识。 在此项目中,将B树的Keys限制在2-4。当节点keys小于2,将发生合并,大于4,将发生分裂。

About

2-4 树是B树的一个特例,每个节点的元素在2-4之间。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages