Monday, June 25, 2012

Range Minimum Query (RMQ)

Problem Statement : 
Given an array A[0, N-1] find the position of  the element with the minimum value between two given indices.

TopCoder Tutorial : 
Range Minimum Query and Lowest Common Ancestor


Video Tutorial : 












No comments:

Post a Comment