搜索资源列表
RangeEncoding_dpr
- 区间编码算法的分析与实现(项目文件) 摘要:全面介绍了区间编码算法的理论基础和实现方式。详细讨论了区间编码原理、正规化操作、区间编码实现、二进制索引树的理论和实现等技术。并给出了一个切实可行的应用程序。-Range encoding algorithm analysis and implementation (project file) Abstract: The comprehensive range encoding algorithm theoretical basis and i
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
POJ3468
- 树状数组解决区间操作_高效 对数组的某个区间进行两种操作:1)求和 2)每个数据加常数。要求:时间复杂度低 -The tree array to solve the interval _ efficient operation Two kinds of operations for a range of array: 1) the sum 2) each data with constant. Requirements: low time complexity.
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