共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > BSTlib |
BSTlib
|
1 | 0 | 3 |
贡献者 | 讨论 | 代码提交 |
C library for balanced binary search tree storage. The library provides an API to create and use dynamic balanced binary search trees for arbitrary data. Data may be stored and retrieved by reference only. At present, AA trees and Splay trees are implemented. An implementation of Scapegoat trees is planned. Requires C99, no dependencies, platform independent. BSD style license.