搜索资源列表
SectionTree
- 区间树上的查找算法,要求先输入若干区间用来构造红黑树,之后再向树中输入一个查找区间,输出上述区间在树中的重叠区间。需要在红黑树插入操作的基础上进行完成。-Interval tree search algorithm, asked to enter the number of intervals used to construct the red-black tree after tree again enter a search range, the output of the interval
introduction-to-algorithms-code
- 1st:快排序算法及优化(7.4-5); 2nd:红黑树插入算法; 3rd:区间树上的重叠区间查找算法; 4th:求最近点对算法; 5th:最长公共子序列(LCS)算法; 6th:Huffman编码问题; -introduction to algorithms code
c
- 区间树,创建区间树,插入删除和搜索操作。 红黑树创建查询删除。 二分查找,多种排序方式实现,快速矩阵运算实现-Interval trees, create a range of trees, insert and delete search operation. Create a query remove red-black tree. Binary search, sorting various ways, matrix operations to achieve fast