搜索资源列表
treeTask
- 绘制分形图: 分形树,先按某一方向画一条直线,然后在此线段上找到一系列节点, 在每一节点处向左右偏转一定角度各画一条分枝。 节点位置和节点处所画分枝的长度可参考编程要求中的分割比例 -Draw Fractal map: fractal tree initially draw a straight line in a direction, then find a series of nodes, each node on the line to the left and right d
QUERYsplay
- 一个动态线段树,支持添加,修改节点,可以进行区间求和(通过修改ps函数可以做到更多,详情见代码)-A dynamic segment tree, supports add, modify nodes can be summed interval (ps function can be done by modifying more details see code)
NLYP
- 有关ACM的一些算法研究,主要是线段树方面()