
数据结构-线段树
醉语梦
“These are the night that never die”
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
线段树模板
code:(洛谷P3372) #include<cstdio> #include<iostream> #include<cstdlib> #include<algorithm> #include<cstring> #include<cmath> #include<ctime> using namespace原创 2018-02-09 22:31:22 · 146 阅读 · 0 评论 -
线段树详解
http://blog.youkuaiyun.com/zearot/article/details/48299459#转载 2018-02-11 23:55:36 · 197 阅读 · 0 评论 -
[模板] zkw线段树
zkw线段树 code1简单版本 code2差分版本(暂无) code1:(有注释) //By Menteur_Hxy #include<cstdio> #include<iostream> #include<algorithm> #include<cstring> using namespace std; const int MAX=100...原创 2018-04-12 00:59:22 · 184 阅读 · 0 评论