摘要: 数据结构 线段树 模板1 题目链接:https://www.luogu.org/problem/P3372 区间修改、区间查询 代码: 阅读全文
posted @ 2019-11-15 15:49 筱柒_Littleseven 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 数据结构 单调队列 题目链接:http://poj.org/problem?id=2823 代码: 阅读全文
posted @ 2019-11-15 08:01 筱柒_Littleseven 阅读(74) 评论(0) 推荐(0) 编辑
摘要: 数据结构 单调栈 题目链接:http://poj.org/problem?id=3250 代码: 阅读全文
posted @ 2019-11-15 07:47 筱柒_Littleseven 阅读(72) 评论(0) 推荐(0) 编辑
摘要: 数据结构 树状数组 模板1 题目链接:https://www.luogu.org/problem/P3374 模板2 题目链接:https://www.luogu.org/problem/P3368 模板1 单点修改、区间查询代码: 阅读全文
posted @ 2019-11-15 01:22 筱柒_Littleseven 阅读(84) 评论(0) 推荐(0) 编辑
摘要: 数据结构 并查集 题目链接:https://www.luogu.org/problem/P3367 代码: 阅读全文
posted @ 2019-11-15 00:34 筱柒_Littleseven 阅读(84) 评论(0) 推荐(0) 编辑
摘要: 图论 树论 LCA 朴素 题目链接:http://poj.org/problem?id=1330 倍增 、 树剖 题目链接: https://www.luogu.org/problem/P3379 朴素代码: 阅读全文
posted @ 2019-11-15 00:08 筱柒_Littleseven 阅读(122) 评论(0) 推荐(0) 编辑