A Repository to store implementation of some of the famous Data Structures and Algorithms (mainly in C/C++/Java/Python) for everyone to learn and contribute.
This file contains the sparse table algorithm . I have added it in the competitive coding/search section. Please change the location if you want. I have written the code in c++.
TESTING
This algorithm provides the minimum in any given range. You can easily check it.
ISSUE NUMBER
https://github.com/codeIIEST/Algorithms/issues/217
SHORT DESCRIPTION
This file contains the sparse table algorithm . I have added it in the competitive coding/search section. Please change the location if you want. I have written the code in c++.
TESTING
This algorithm provides the minimum in any given range. You can easily check it.