Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

AlgorithmStudy/2016: Difference between revisions

From ZeroWiki
No edit summary
imported>skywave
No edit summary
Line 1: Line 1:
e== 유형별 정리 ==
== 참가자 ==
* [[정진경]]. [[조영준]], [[이원준]], [[홍성현]]


=== Segment Tree ===
== 진행 ==
* 자료
2016년 2월 12일 기준 매 주 금요일 오후 6시.
** http://codeforces.com/blog/entry/18051
모여서 특정 알고리즘에 대한 공부를 하거나 문제를 푼다.
** http://codeforces.com/blog/entry/15890
* 문제
** http://codeforces.com/contest/380/problem/C


=== 기하 ===
== 관련 항목 ==
* 문제
* [[알고리즘]]
** http://codeforces.com/contest/614/problem/C
* [[알고리즘/문제유형]]
** http://www.ahristov.com/tutorial/geometry-games/point-line-distance.html


=== KMP ===
== 참고 사이트 ==
* 자료
* https://codeforces.com/
** http://carstart.tistory.com/143
* http://www.dovelet.com/
** http://www.inf.fh-flensburg.de/lang/algorithmen/pattern/kmpen.htm
** https://www.youtube.com/watch?v=HaAu5ZGj6fc
* 문제
** http://codeforces.com/contest/471/problem/D (다른 풀이를 통해 nlogn으로 풀 수도 있으나 KMP로 n만에 풀이 가능)



Revision as of 10:06, 12 February 2016

참가자

진행

2016년 2월 12일 기준 매 주 금요일 오후 6시. 모여서 특정 알고리즘에 대한 공부를 하거나 문제를 푼다.

관련 항목

참고 사이트