Segment Tree Resources
posted on Feb. 24, 2023, 3:33 p.m.
Here is the link to our slides on Segment Trees! :)
https://docs.google.com/presentation/d/1K5o84qFOxJv-fmMeZpvCfIuCfcX6txP9FG5d34SKQE0/edit?usp=sharing
This is the simple implementation of a range min query segtree in Java: https://hastebin.com/share/yisetaqeno.java
(Don't copy, ur gonna get banned lmao)
Try out the practice problem: https://dmoj.ca/problem/segtree
Comments