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. iOS 两个tableview的 瀑布流

    iOS 两个tableview的 瀑布流1. [代码]Objective-C     ////  DocViewController.m//  getrightbutton////  Created ...

  2. hdu-5621 KK's Point(dp+数学)

    题目链接: KK's Point Time Limit: 2000/1000 MS (Java/Others)     Memory Limit: 65536/65536 K (Java/Others ...

  3. 【C/C++】产生随机数

    #include<iostream> #include<Ctime> #include<Cstdlib> using namespace std; //产生n个st ...

  4. CSS实现文字内容不被截断当超出指定长度时该字符串自动整体换到下一行

    效果图: 1.内容不被截断 span {       overflow:hidden;       white-space:nowrap;       text-overflow:ellipsis;  ...

  5. BZOJ_3887_[Usaco2015 Jan]Grass Cownoisseur_强连通分量+拓扑排序+DP

    BZOJ_3887_[Usaco2015 Jan]Grass Cownoisseur_强连通分量+拓扑排序+DP Description In an effort to better manage t ...

  6. [Codeforces 715C] Digit Tree

    [题目链接] https://codeforces.com/contest/715/problem/C [算法] 考虑点分治 一条路径(x , y)合法当且仅当 : d(x) * 10 ^ dep(x ...

  7. 深入攻克c语言--day04

    1.将包含字符数字的字符串分开,使得分开后的字符串前一部分是数字后一部分是字母.例 如“h1ell2o3” ->”123hello” #include<stdio.h> #inclu ...

  8. rsync(六)命令中文手册

    rsync(1) rsync(1) 名称 rsync - 一个快速.多功能的远程(和本地)文件拷贝工具 摘要 Local: rsync [OPTION...] SRC... [DEST] Access ...

  9. @Autowired注解和启动自动扫描的三种方式(spring bean配置自动扫描功能的三种方式)

    前言: @Autowired注解代码定义 @Target({ElementType.CONSTRUCTOR, ElementType.FIELD, ElementType.METHOD, Elemen ...

  10. spark运行模式之一:Spark的local模式安装部署

    Spark运行模式 Spark 有很多种模式,最简单就是单机本地模式,还有单机伪分布式模式,复杂的则运行在集群中,目前能很好的运行在 Yarn和 Mesos 中,当然 Spark 还有自带的 Stan ...