版本 297349558ff90a47dae22181faa5a11f0044e6dd
Changes from 297349558ff90a47dae22181faa5a11f0044e6dd to 133117ec88fbc8c523f5955916f5cfa07e4fcdb8
---
title: ACM-ICPC 培訓隊課程主題整理
categories: acm, icpc, ncpc, algorithm
toc: no
...
* [Review1](acm/course/Review1)
* [Review1](course/Review1)
* DFS
* BFS
* vector
* map
* 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