Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 395 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 395 Bytes

I see this repository as a place:

-> to gather a collection of all the interesting algorithms I come across -> to mes around, trying to solve the same problem in multiple languages, environments -> to have fun

Currently repo includes an implementation in C++ for Range Minimum Query as described here: http://ab.inf.uni-tuebingen.de/people/fischer/rmq-journal.pdf/view

All GNU license :-)