AlgorithmsThread Episode 3: Segment Trees↵
==================↵
↵
Hi everyone, I just made [Episode 3 of AlgorithmsThread](https://youtu.be/QvgpIX4_vyA). 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↵
------------------↵
↵
- [Sneetches Problem Statement](https://wumbogames.com/CompetativeProgramming/Sneetches.pdf)↵
↵
- [Sneetches Solutions + data](https://wumbogames.com/CompetativeProgramming/sneetchesData.zip)↵
↵
- [Round 654 Problem F](https://codeforces.net/contest/1371/problem/F), which uses a very similar idea, in case you want a good practice problem.
==================↵
↵
Hi everyone, I just made [Episode 3 of AlgorithmsThread](https://youtu.be/QvgpIX4_vyA). 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↵
------------------↵
↵
- [Sneetches Problem Statement](https://wumbogames.com/CompetativeProgramming/Sneetches.pdf)↵
↵
- [Sneetches Solutions + data](https://wumbogames.com/CompetativeProgramming/sneetchesData.zip)↵
↵
- [Round 654 Problem F](https://codeforces.net/contest/1371/problem/F), which uses a very similar idea, in case you want a good practice problem.