版本 f44a7b650f5fef48952f7e1965687cb80ab9554a
Changes from f44a7b650f5fef48952f7e1965687cb80ab9554a to 5c5592c05f0bc0ca5fef4174b92aedd801bfcfad
---
title: ACM-ICPC 培訓隊課程主題整理
categories: acm, icpc, ncpc, algorithm
toc: no
...
[[Review1]]
[[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