分享到plurk 分享到twitter 分享到facebook

版本 eb8678ece0a4c503fb2fba28f0cc9bc1dd4ac8bc

acm/course

Changes from eb8678ece0a4c503fb2fba28f0cc9bc1dd4ac8bc to 8df679d269b478f7d808fa406583ab6e51b98882

---
title: ACM-ICPC 培訓隊課程主題整理
categories: acm, icpc, ncpc, algorithm
toc: no
...

* [Review1](course/Review1)
* DFS
* [DFS](course/DFS)
* BFS
* Vector
* [Map](course/Map)
* Disjoint set
* Binary Search
* STL (lower_bound, upper, tuple, priority_queue, struct, pair)
* Backtracking
* DP
* LCS
* LIS
* Binary Indexed Tree
* Segment Tree
* String Matching
* Shortest Path
* SCC
* MST
* Max flow
* MCMF
* Matching
* LINE Intersection