More actions
imported>skywave No edit summary |
imported>skywave 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 === | === KMP === | ||
Revision as of 10:20, 12 February 2016
상위 항목: 알고리즘
Segment Tree
기하
KMP
- 자료
- 문제
- http://codeforces.com/contest/471/problem/D (다른 풀이를 통해 nlogn으로 풀 수도 있으나 KMP로 n만에 풀이 가능)