搜索资源列表
RMQ
- The template of Range Minimum Query algorithm. The time complexity of this algorithm is O(N*logN).
SA-LCP
- This code shows you how to create a suffix array and how to use RMQ algorithm to get two suffix s longest common prefix.
RMQ.cpp
- This code s about Range Minimum Query algorithm-This code s about Range Minimum Query algorithm!!