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]

最新文章

  1. ArcGIS Engine开发前基础知识(2)
  2. REST API (from IBM)
  3. DELPHI2007 安装ACTIVEX插件的方法
  4. C语言初学者代码中的常见错误与瑕疵(1)
  5. 读者写者问题(有bug 后续更改)
  6. 删除qq历史签名
  7. dispatch_group_t
  8. java中的IO流读取文件
  9. adb shell am pm
  10. SqlDataAdapter的方法之一Fill (DataSet dataset, String datatable)解释
  11. Even Parity UVA - 11464 (枚举)
  12. mybatis LIKE动态参数 sql语句
  13. flask 第四章 偏函数 Local空间转时间 myLocalStack RunFlask+request 请求上下文
  14. linux尝试登录失败后锁定用户账户的两种方法
  15. jquery()后续版本中,live()取消后使用on()实现功能写法
  16. 深入理解synchronized方法同步的是方法还是对象?
  17. Linux的安装包命令/yum 与 Rpm
  18. Ubuntu16.04怎么将桌面左侧的启动器移动到屏幕底部
  19. VS2008编译错误:error C2065: 'PMIB_TCPSTATS' : undeclared identifier c:\program files (x86)\microsoft sdks\windows\v7.0a\include\iphlpapi.h 411
  20. Javascript设计模式理论与实战:组合模式

热门文章

  1. socket.io emit 常见用法
  2. Java版本更新历史(ing)
  3. 烂笔头——JAVA.String
  4. BZOJ_3786_星系探索_splay维护出栈入栈序
  5. JAVA 内部类 (一)
  6. 安装和配置Rose HA
  7. live555 基本类之间的关系
  8. SpringMVC笔记- 不配置HandlerMapping
  9. POJ 3658 Artificial Lake (单调栈)
  10. PaddlePaddle分布式训练及CTR预估模型应用