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

版本 3720557d7ceea6b3a39282421fb4e48a5e503d35

acm/course

Changes from 3720557d7ceea6b3a39282421fb4e48a5e503d35 to 470a89dd1f4192074394a68800d3c20e820b12b0

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

* Math
* Solving Strategy 1
* Solving Strategy 2
* Solving Strategy 3
* Data Structure - Sequence(Range Query)
* 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
* Graph 1
* Graph 2
* Graph 3
* Graph 4
* Graph 5
* Computational Geometry 1
* Computational Geometry 2
* Shortest Path
* SCC
* MST
* Max flow
* MCMF
* Matching
* LINE Intersection