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

알고리즘/문제유형: Difference between revisions

From ZeroWiki
imported>skywave
No edit summary
imported>skywave
No edit summary
Line 4: Line 4:
=== Segment Tree ===
=== Segment Tree ===
* 자료
* 자료
** http://codeforces.com/blog/entry/18051
** http://codeforces.com/blog/entry/18051: Efficient and easy segment trees
** http://codeforces.com/blog/entry/15890
** http://codeforces.com/blog/entry/15890: Algorithm Gym :: Everything About Segment Trees
* 문제
* 문제
** http://codeforces.com/contest/380/problem/C
** http://codeforces.com/contest/380/problem/C

Revision as of 10:21, 12 February 2016

상위 항목: 알고리즘

Segment Tree

기하

KMP