Skip to content

Shayokh144/Range_Minimum_Query

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

This is a simple and efficient C++ implementation of Range Minimum Query(RMQ) using Sparse Table .

Input :

8
4 6 5 2 3 4 9 1
1 3
2 5
3 6

Here,
1st line of input is the number of elements .
2nd line of input is those elements.
3rd to 5th line of input is the query.

**RMQ tutorial

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages