Divide and Conquer¶
Lecture date: Wednesday, September 25, 2019Synopsis¶
You all know about divide an conquer, but there are some interesting applications of it.
Recommended Reading¶
- Competitive Programming 3, section 3.3
Problem¶
Videos¶
- Lecture Video
- The Socrerer's Apprentice Sometimes divide and conquer doesn't go like you think it will.