AlgorithmsThread Episode 3: Segment Trees
Hi everyone, I just made Episode 3 of AlgorithmsThread. This one is a bit easier than usual and covers Segment Trees. At the end of the video, I talk about an interesting and difficult Segment Tree problem called Sneetches, that might be worth reviewing if you already know your segment trees quite well.
This video is a bit easier because the next two will be about some hard segment tree topics, and this should help prevent people who don't know segment trees yet from getting completely lost.
If you have any questions on stuff I covered, the comments below is a great place for them!
Update: Problem Links
Round 654 Problem F, which uses a very similar idea, in case you want a good practice problem.