版本 5672d191264c9b3482beb96bf4894dab8ea33839
Changes from 5672d191264c9b3482beb96bf4894dab8ea33839 to e82667fd869fbaafd82b019d8a8337d358a49334
---
title: ACM-ICPC 培訓隊課程主題整理
categories: acm, icpc, ncpc, algorithm
toc: no
...
* [Review1](course/Review1)
* [DFS](course/DFS)
* BFS
* [BFS](course/BFS)
* Vector
* [Map](course/Map)
* Disjoint set
* [Math](course/Math)
* 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