Content - 目录
- Preface 前言
- Content 目录
- MathSymbolTable 数学符号表
- Chapter-1 BasicKnowledge 第1章 基础知识
- Chapter-2 Sort 第2章 排序
- Chapter-3 Search 第3章 搜索
- Chapter-4 DataStructure 第4章 数据结构
- Chapter-5 DynamicProgramming 第5章 动态规划
- Section-1 LinearDP 第1节 线性动规
- Section-2 BagDP 第2节 背包问题
- Section-3 RegionalDP 第3节 区域动规
- Section-4 TreeDP 第4节 树形动规
- Chapter-6 GraphTheory 第6章 图论
- Section-1 Traverse 第1节 遍历
- Section-2 MinSpanningTree 第2节 最小生成树
- Section-3 ShortestPath 第3节 最短路径
- Section-4 StronglyConnectedComponents 第4节 强连通分支
- Section-5 NetworkFlow 第5节 网络流
- Section-6 BinaryMatch 第6节 二分匹配
- Hungarian 匈牙利算法
- HopcroftKarp Hopcroft-Karp算法
- MatchToMaxflow 二分匹配转化为最大流
- KuhnMunkres Kuhn-Munkres算法
- Introduction-Domination,Independent,Covering,Clique 介绍支配集、独立集、覆盖集和团
- WeightedCoveringAndIndependentSet 最小点权覆盖和最大点权独立集
- MinimumDisjointPathCovering 最小不相交路径覆盖
- MinimumJointPathCovering 最小可相交路径覆盖
- Coloring 染色问题
- Chapter-7 CombinatorialMathematics 第7章 组合数学
- Chapter-8 NumberTheory 第8章 数论
- Chapter-9 LinearAlgebra 第9章 线性代数
- Section-1 Matrix 第1节 矩阵
- Section-2 LinearProgramming 第2节 线性规划
- Chapter-10 AnalyticGeometry 第10章 解析几何
- Chapter-11 PatternMatch 第11章 文本匹配
- Chapter-12 GameTheory 第12章 博弈论