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