wawawa8的模板复习计划

数据结构

//手写堆 [link][https://www.luogu.org/problemnew/show/P3378]

//并查集 [link][https://www.luogu.org/problemnew/show/P3367]

//哈希 [link][https://www.luogu.org/problemnew/show/P3370]

//ST表 [link][https://www.luogu.org/problemnew/show/P3865]

//BIT [link][https://www.luogu.org/problemnew/show/P3368] [link2][https://www.luogu.org/problemnew/show/P3374]

//线段树 [link][https://www.luogu.org/problemnew/show/P3372] [link2][https://www.luogu.org/problemnew/show/P3373]

//平衡树 [link][https://www.luogu.org/problemnew/show/P3369] [link2][https://www.luogu.org/problemnew/show/P3391]

//主席树 [link][https://www.luogu.org/problemnew/show/P3834]

线段树合并 [link][https://www.lydsy.com/JudgeOnline/problem.php?id=2212]

/分块 [link][http://hzwer.com/8053.html] [problems link][https://loj.ac/problems/search?keyword=%E5%88%86%E5%9D%97]

可并堆 [link][https://www.luogu.org/problemnew/show/P3377]

k-d tree [link][https://www.lydsy.com/JudgeOnline/problem.php?id=4066]

可持久化数组 [link][https://www.luogu.org/problemnew/show/P3919]

可持久化并查集 [link][https://www.luogu.org/problemnew/show/P3402]

可持久化平衡树 [link][https://www.luogu.org/problemnew/show/P3835]

LCT [link][https://www.luogu.org/problemnew/show/P3690]

树套树 [link][https://www.luogu.org/problemnew/show/P3380]

图论

//负环 [link][https://www.luogu.org/problemnew/show/P3385]

//最短路 [link][https://www.luogu.org/problemnew/show/P4779] [link2][https://www.luogu.org/problemnew/show/P3371]

//k短路 [link][https://www.luogu.org/problemnew/show/P2483]

//差分约束 [link][https://www.luogu.org/problemnew/show/P1993]

//最小生成树 [link][https://www.luogu.org/problemnew/show/P3366]

次小生成树 [link][https://www.luogu.org/problemnew/show/P4180]

//缩点 [link][https://www.luogu.org/problemnew/show/P3387]

//割点 [link][https://www.luogu.org/problemnew/show/P3388]

//拓扑排序 [link][http://poj.org/problem?id=2367]

//最大流 [link][https://www.luogu.org/problemnew/show/P3376] [link2][https://www.luogu.org/problemnew/show/P4722]

//最小费用流 [link][https://www.luogu.org/problemnew/show/P3381]

上下界网络流 [link][http://poj.org/problem?id=2396]

最小割树 [link][https://www.luogu.org/problemnew/show/P4897]

二分图匹配 [link][https://www.luogu.org/problemnew/show/P3386]

二分图最大权匹配 [link][http://uoj.ac/problem/80]

欧拉回路 [link][http://uoj.ac/problem/117]

2-sat [link][https://www.luogu.org/problemnew/show/P4782]

树的直径 [no link]

点分治 [link][https://www.luogu.org/problemnew/show/P3806]

树链剖分 [link][https://www.luogu.org/problemnew/show/P3384]

wawawa8的模板复习计划的更多相关文章

  1. NOIP前的模板复习和注意事项

    联赛除去今天刚好只有一个星期了,最后一个星期也很关键,要吃好睡好保持心情愉悦.当然也免不了最后的复习计划. 首先是模板,之前还有很多模板没有复习到,这些东西是一定要落实到位的. 每天往后面写一点... ...

  2. 考研党其实可以用思维导图MindManager做考研复习计划

    近年由于就业压力,个人学历提升等各种原因,考研的人数越来越多了,相对难度也越来越大了,尽管今年研究生招生规模同比去年增加18.9万,但也无法掩盖考研的竞争逐年激烈. 身为考研大军中的预备选手之一,小编 ...

  3. 分享一个生成反遗忘复习计划的java程序

    想必这个曲线大家都认识,这是遗忘曲线,展示人的记忆会随着时间的延长慢慢遗忘的规律,同时还展示了如果我们过一段时间复习一次对遗忘的有利影响. 道理大家都懂,关键怎么做到? 靠在本子上记下今天我该复习哪一 ...

  4. Java 复习计划

    前言 打算下学期开学,也就是九月份,去找实习,现在还有三个月时间.(然而还在天天玩 Python..) 定个复习计划. 1. 基础 并发:Java并发编程实战 [ x ] SQL:MySQL,看看书, ...

  5. 【模板整合计划】NB数论

    [模板整合计划]NB数论 一:[质数] 1.[暴力判] 素数.コンテスト.素数 \(\text{[AT807]}\) #include<cstdio> #include<cmath& ...

  6. 【模板整合计划】DP动态规划

    [模板整合计划]DP动态规划 一:[背包] 1.[01背包] 采药 \([P1048]\) #include<algorithm> #include<cstdio> int T ...

  7. 【模板整合计划】图论—有向无环图 (DAG) 与树

    [模板整合计划]图论-有向无环图 (DAG) 与树 一:[拓扑排序] 最大食物链计数 \(\text{[P4017]}\) #include<cstring> #include<cs ...

  8. 模板复习【updating】

    马上就要noi了……可能滚粗已经稳了……但是还是要复习模板啊 LCT: bzoj2049 1A 7min # include <stdio.h> # include <string. ...

  9. [状态更新]MSE三个月快速复习计划,成功考上复旦软工

    最后更新,6月21日收到录取通知书啦,感谢当初不曾放弃的自己: 更新一下状态: 3.3日 分数出来了,过了复试线. 最初写这篇博客的时候,是希望自己能够每天或者至少每周更新下自己的复习状态,这样能够确 ...

随机推荐

  1. BAT网络运维常见面试题目总结

    BAT常见面试题目总结 Author:Danbo 2015-7-11 TCP/IP详解鸟哥Linux的书网络安全ping的原理make的过程文件有哪些类型各种Linux发行版的区别.有关suid的作用 ...

  2. 理解vue ssr原理,自己搭建简单的ssr框架

    前言 大多数Vue项目要支持SSR应该是为了SEO考虑,毕竟对于WEB应用来说,搜索引擎是一个很大的流量入口.Vue SSR现在已经比较成熟了,但是如果是把一个SPA应用改造成SSR应用,成本还是有些 ...

  3. 编辑xml文件时不能自动提示问题的解决

    在编辑xml文件时,eclipse总是不能自动提示,在网上找了一些资料,大部分都是说关于xml editor配置的,下面也把这个方法罗列在下面,以供参考: 解决办法:在eclipse的菜单里,找到wi ...

  4. 安装python解释器

    Python目前已支持所有主流操作系统,在Linux,Unix,Mac系统上自带Python环境,在Windows系统上需要安装一下,超简单 打开官网 https://www.python.org/d ...

  5. [APIO 2017] 商旅

    [题目链接] https://www.lydsy.com/JudgeOnline/problem.php?id=5367 [算法] 很明显的分数规划问题 预处理从一个点走到另一个点所获最大利润和最短路 ...

  6. AtCoder Grand Contest 012 D:Colorful Balls

    题目传送门:https://agc012.contest.atcoder.jp/tasks/agc012_d 题目翻译 给你一排一共\(N\)个球,每个球有一个颜色\(c_i\)和一个重量\(w_i\ ...

  7. HDU1074(状态压缩DP)

    Doing Homework Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others)To ...

  8. android 怎么实现跑马灯效果

    自定义控件 FocusedTextView, 使android系统误以为它拥有焦点 public class FocusedTextView extends TextView { public Foc ...

  9. Ubuntu 安装indicator-sysmonitor

    之前就像安装一个软件用来查看Ubuntu的CPU, 内存, 网速情况, 终于让我碰到了--indicator-sysmonitor 仅需三条命令, 你值得拥有: sudo add-apt-reposi ...

  10. A - Vasya and Socks

    A - Vasya and Socks Time Limit:1000MS     Memory Limit:262144KB     64bit IO Format:%I64d & %I64 ...