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

Nested Segments

Solved Solution Time :clock11: Time :clock11: Compiler
:heavy_check_mark: Fenwick Tree 529 ms 13008 KB GNU C++17 (64)
:heavy_check_mark: Lazy Segment Tree 732 ms 34900 KB GNU C++17 (64)
:heavy_check_mark: Segment Tree 639 ms 22400 KB GNU C++17 (64)

Solution or Solution discussion