
树状数组和线段树
文章平均质量分 81
Cfreezhan
在校学生编程菜鸟
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
hdu 1166 敌兵布阵【树状数组入门】
原题链接:http://acm.hdu.edu.cn/showproblem.php?pid=1166 敌兵布阵 Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 23954 Accepted Submission(s)原创 2013-03-08 19:54:52 · 1404 阅读 · 0 评论 -
hdu 3874 Necklace【树状数组简单应用】
链接: http://acm.hdu.edu.cn/showproblem.php?pid=3874 http://acm.hust.edu.cn/vjudge/contest/view.action?cid=28619#problem/A Necklace Time Limit: 15000/5000 MS (Java/Others) Memory原创 2013-08-10 10:22:33 · 1410 阅读 · 0 评论 -
POJ 3928 Ping pong【树状数组经典难点实现】PS
原题链接:http://poj.org/problem?id=3928 我的链接:http://acm.hust.edu.cn/vjudge/contest/view.action?cid=20357#problem/A Ping pong Time Limit: 1000MS Memory Limit: 65536K Total Submissio原创 2013-03-12 14:29:44 · 1345 阅读 · 0 评论 -
zoj 1610 Count the Colors【暴力乱搞】
链接: http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=1610 http://acm.hust.edu.cn/vjudge/contest/view.action?cid=28619#problem/F Count the Colors Time Limit: 2 Seconds原创 2013-08-10 14:52:41 · 1261 阅读 · 0 评论 -
hdu 1541 Stars【树状数组简单应用】
链接: http://acm.hdu.edu.cn/showproblem.php?pid=1541 http://acm.hust.edu.cn/vjudge/contest/view.action?cid=28619#problem/C Stars Time Limit: 2000/1000 MS (Java/Others) Memory Limi原创 2013-08-10 10:50:42 · 2114 阅读 · 0 评论 -
POJ 3264 Balanced Lineup 【RMQ求区间最值模板题】
Balanced Lineup Time Limit: 5000MS Memory Limit: 65536K Total Submissions: 26435 Accepted: 12401 Case Time Limit: 2000MS Description For the daily milking, Farme原创 2013-03-24 20:34:27 · 2024 阅读 · 2 评论 -
POJ 2299 Ultra-QuickSort 【归并排序 || 树状数组求逆序对数】
逆序数对原创 2013-03-08 21:56:25 · 1730 阅读 · 0 评论 -
hdu 2227 Find the nondecreasing subsequences【离散化+树状数组+DP思路】
链接: http://acm.hdu.edu.cn/showproblem.php?pid=2227 http://acm.hust.edu.cn/vjudge/contest/view.action?cid=28619#problem/B Find the nondecreasing subsequences Time Limit: 10000/5000原创 2013-08-10 09:14:28 · 1952 阅读 · 7 评论 -
BNU 25586 Mega Inversions【树状数组求逆序数对和正序数对】
树状数组求逆序数对和正序数对原创 2013-08-27 17:53:53 · 2397 阅读 · 5 评论