Difference between r1.15 and the current
@@ -10,6 +10,12 @@
* 문제
* http://codeforces.com/problemset/problem/622/E
== 동적계획법 (Dynamic Programming) ==
* 자료
* http://dyngina.tistory.com/16
* http://codeforces.com/problemset/problem/622/E
== 동적계획법 (Dynamic Programming) ==
=== 일반 ===
* 문제 (난이도순?)
* http://codeforces.com/problemset/problem/628/B
* https://www.acmicpc.net/problem/9465
* https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&category=639&page=show_problem&problem=4916
* https://www.acmicpc.net/problem/6569
=== 최장 증가 수열 ===* 자료
* http://dyngina.tistory.com/16
@@ -32,6 +38,10 @@
=== Convex Hull ===
* 자료
* http://www.dcs.gla.ac.uk/~pat/52233/slides/Hull1x1.pdf
=== KMP 문자열 탐색 ===
* 자료
* 자료
* http://www.dcs.gla.ac.uk/~pat/52233/slides/Hull1x1.pdf
=== Plane Sweeping ===
* 문제
* https://www.acmicpc.net/problem/2672
== 문자열 ===== KMP 문자열 탐색 ===
* 자료
상위 항목: 알고리즘
4.1. 세그먼트 트리 (Segment Tree) ¶
- 자료
- http://codeforces.com/blog/entry/18051: Efficient and easy segment trees
- http://codeforces.com/blog/entry/15890: Algorithm Gym :: Everything About Segment Trees
- http://codeforces.com/blog/entry/18051: Efficient and easy segment trees
- 문제
6.1. KMP 문자열 탐색 ¶
- 자료
- http://carstart.tistory.com/143: KMP 알고리즘 (한글)
- http://www.inf.fh-flensburg.de/lang/algorithmen/pattern/kmpen.htm: Knuth-Morris-Pratt algorithm
- https://www.youtube.com/watch?v=HaAu5ZGj6fc: Knuth Morris Pratt String Matching Algorithm
- http://carstart.tistory.com/143: KMP 알고리즘 (한글)
- 문제
- http://codeforces.com/contest/471/problem/D (다른 풀이를 통해 nlogn으로 풀 수도 있으나 KMP로 n만에 풀이 가능)
- http://codeforces.com/contest/471/problem/D (다른 풀이를 통해 nlogn으로 풀 수도 있으나 KMP로 n만에 풀이 가능)