
数据结构
文章平均质量分 81
棒棒军军长
在校学生,求教来着
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
红黑树(Java)
Ared-black treeis a binary search tree with one extra bit of storage per node: its color, which can be either REDorBLACK. By constraining the node colors on any simple path from the root to a leaf,原创 2014-02-25 20:04:24 · 1229 阅读 · 0 评论 -
B树(Java)实现。
B-trees are balanced search trees designed to work well on disks or other directaccess secondary storage devices. B树是用于在wai原创 2014-06-01 21:39:53 · 9646 阅读 · 2 评论