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

版本 1fba0765061ade54f0d34ae7e10ce2afecde352e

acm/course

Changes from 1fba0765061ade54f0d34ae7e10ce2afecde352e to 9570589e44c8a16982ea2c322aeaf14cdbebf933

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

* [Review1](course/Review1)
* [DFS](course/DFS)
* [BFS](course/BFS)
* [Vector](course/Vector)
* [Map](course/Map)
* [Disjoint set](course/Disjoint_set)
* DFS
* BFS
* Vector
* 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