Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/emeraldacoustics/range-minimum-query

Find a minimum element within a specified range in O(log n).
https://github.com/emeraldacoustics/range-minimum-query

Last synced: 9 days ago
JSON representation

Find a minimum element within a specified range in O(log n).

Awesome Lists containing this project

README

        

# range-minimum-query
Find a minimum element within a specified range in O(log n).