Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
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.