There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
This code creates a data structure to compute, in constant time, the RMQ(i,j) on an array of long integers. The size for array of considerable length is around of 2.3n bits.