Algorithms icon indicating copy to clipboard operation
Algorithms copied to clipboard

Sparse Table for range minimum query

Open Jatin86400 opened this issue 7 years ago • 0 comments

DESCRIPTION

Sparse table is an algorithm that is used to answer some queries in constant time. I would like to code in c++.

EXPECTED OUTCOME

Will be able to answer range query like finding minimum no in the given range.

Jatin86400 avatar Dec 14 '17 18:12 Jatin86400