4 views

1 Answers

In computer science, a range minimum query solves the problem of finding the minimal value in a sub-array of an array of comparable objects. Range minimum queries have several use cases in computer science, such as the lowest common ancestor problem and the longest common prefix problem.

4 views

Related Questions