搜索资源列表
line-tree-sourse-code
- 此代码是线段树的实现源代码,可用O(nlogn)的时间查找出一段线段中任意一段的信息。做acm题很有用,应用程序中相信也能优化很多算法!
segmenttreeforminormax.rar
- 线段树求最大最小值,可以成段操作,更新查询,segmenttree for min or max
poj2352
- poj2352 二维线段树,实现的比较简单,利于刚刚开始学习的人 。-poj2352 two-dimensional segment tree, simple implementation, which will help people who have just started learning.
tree
- 线段树的基本实现~动态实现。功能并不强大-Segment tree to achieve the realization of ~ dynamic. Function is not strong
nodetree
- 线段树基础知识,对编程还是蛮有帮助的啊-no
p2352xds
- POJ2352 线段树写法-Segment tree POJ2352 written
ctree
- 本程序运用线段树+离散化+扫描线的方法来求解矩形周长问题。是运用线段数解题的经典应用之一。-This procedure using discrete segment of the tree++ scan line approach to solving the problem of rectangular perimeter. Segment is to use a number of problem-solving one of the classic applications.
PKU2529Msyorsposter
- 一个很好的线段树的题目,每一组数据里面的一个区间是一个不同的颜色,问最后可以看到几种颜色 ....... 要清楚树的是树有多少个节点 .. 代码如下 :-A good segment of the subject tree, each set of data inside an interval is a different color and asked to see the last of several colors to make it clear ....... the tr
2352
- 线段树和树状数组的运用,ACM知识,该题为poj 上的2352题的详细代码-An array of trees and tree line use, ACM knowledge, which entitled the 2352 title poj detailed code
2777
- 线段树和树状数组的运用,ACM知识,该题为poj 上的2777题的详细代码-An array of trees and tree line use, ACM knowledge, which entitled the 2777 title poj detailed code
poj3264
- poj 3264 主要是利用了线段树的原理-poj 3264 primarily use the principles of the segment tree
SimpleSegmentTree
- 实现了线段树的基本的插入与统计功能,代码简短,附有注释-Insert and Count function of Segment Tree.
poj3321SegTree
- 这是po3321的解题报告,运用了线段树的方法,希望对你有帮助-This is the problem-solving po3321 report, using a segment tree, and I hope for your help
SegmentTreestartear
- 线段树C++实现源码,包括离散化算法+扫描线法+染色问题-Segment tree implementation C++ source code, including the discrete algorithm+ scan-line method+ staining problems
1823
- poj 1823源码 关于二维线段树,比较基础的实现。-poj 1823
1195
- 1195 二维线段树,实现的比较简单,利于刚刚开始学习的人 。-1195 two-dimensional segment tree, simple implementation, which will help people who have just started learning.
2155
- 2155 二维线段树,实现的比较简单,利于刚刚开始学习的人 。-2155 two-dimensional segment tree, simple implementation, which will help people who have just started learning.
3277
- 3277 二维线段树,实现的比较简单,利于刚刚开始学习的人 。-3277 two-dimensional segment tree, simple implementation, which will help people who have just started learning.
poj-3468
- poj3468 二维线段树,实现的比较简单,利于刚刚开始学习的人 。-poj3468 two-dimensional segment tree, simple implementation, which will help people who have just started learning.
线段树
- 介绍线段树的相应功能,提供例题和解题报告(This paper introduces the corresponding functions of line segment tree, and provides examples and solution reports.)