More actions
imported>skywave No edit summary |
No edit summary |
||
| Line 12: | Line 12: | ||
** http://codeforces.com/contest/614/problem/C | ** http://codeforces.com/contest/614/problem/C | ||
** http://www.ahristov.com/tutorial/geometry-games/point-line-distance.html | ** http://www.ahristov.com/tutorial/geometry-games/point-line-distance.html | ||
=== KMP === | |||
* 자료 | |||
** http://carstart.tistory.com/143 | |||
* 문제 | |||
** http://codeforces.com/contest/471/problem/D (다른 풀이를 통해 nlogn으로 풀 수도 있으나 KMP로 n만에 풀이 가능) | |||
Revision as of 09:29, 29 January 2016
유형별 정리
Segment Tree
- 자료
- 문제
기하
- 문제
KMP
- 자료
- 문제
- http://codeforces.com/contest/471/problem/D (다른 풀이를 통해 nlogn으로 풀 수도 있으나 KMP로 n만에 풀이 가능)