rmq-tabulation

Crates.iormq-tabulation
lib.rsrmq-tabulation
version1.2.0
sourcesrc
created_at2024-06-09 11:48:25.268534
updated_at2024-06-09 12:18:11.481123
descriptionRmq using extensive tabulation
homepage
repositoryhttps://github.com/daxida/rmq-tabulation
max_upload_size
id1266325
size48,600
(daxida)

documentation

README

Monolithic implementation of the Range Minimum Query (RMQ) with Extensive tabulation based on this.

Since a Sparse table is needed, it also contains its implementation and uses it for testing.

Note that both implementations return the value of the minimum in the range, and not the index of the minimum.

For the theoretical background, I did enjoy this course by Sebastian Wild.

Commit count: 21

cargo fmt