Competitive-Programming-and-Contests-VP-Solution

The repository that contains all solutions made for the course Competitive Programming and Contests by the University of Pisa

View the Project on GitHub

Range Minimum Query

Solved Solution Time :clock11:
:heavy_check_mark: Segment Tree 0.20000000298 ms
:heavy_check_mark: Lazy Segment Tree 0.200000 ms

Solution or Solution discussion

The solution was discussed on the Paper Segment Tree a Complete Introduction, and also on the benchmark report.