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

版本 3720557d7ceea6b3a39282421fb4e48a5e503d35

acm/course

Changes from 3720557d7ceea6b3a39282421fb4e48a5e503d35 to current

---
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)
* String Matching
* Graph 1
* Graph 2
* Graph 3
* Graph 4
* Graph 5
* Computational Geometry 1
* Computational Geometry 2
* [Review1](course/Review1)
* [DFS](course/DFS)
* [BFS](course/BFS)
* [Vector](course/Vector)
* [Map](course/Map)
* [Disjoint set](course/Disjoint_set)
* [Math](course/Math)
* [Binary Search](course/Binary_Search)
* [STL (lower_bound, upper, tuple, priority_queue, struct, pair)](course/STL)
* [Backtracking](course/Backtracking)
* [DP](course/DP)
* [LCS](course/LCS)
* [LIS](course/LIS)
* Binary Indexed Tree
* [Segment Tree](course/Segment_Tree)
* [String Matching](course/String_Matching)
* [Shortest Path](course/Shortest_Path)
* [SCC](course/SCC)
* [MST](course/MST)
* Max flow
* MCMF
* Matching
* [LINE Intersection](course/LINE_Intersection)
* [Computational Geometry 2 - Convex Hull](course/Convex Hull)