codeIIEST / Algorithms

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.
http://codeiiest.github.io/Algorithms/
MIT License
203 stars 163 forks source link

Sparse table algorithm #219

Closed Jatin86400 closed 6 years ago

Jatin86400 commented 6 years ago

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.

prateekiiest commented 6 years ago

put a tilde ` before array names

prateekiiest commented 6 years ago

why I am not being able to see the readme file, nor edit it?

prateekiiest commented 6 years ago

I am closing this. 😄 . Open if any updates