Range minimum query

ID: range-minimum-query

A **Range Minimum Query (RMQ)** is a type of query that seeks the minimum value in a specific range of a sequence or array. This is a common problem in computer science and has applications in areas such as data processing, optimization, and computational geometry.

New to topics? Read the docs here!