Stacks and Queues¶
Lecture date: Friday, September 06, 2019Synopsis¶
These data structures are easy to implement, but you should probably not do so. We will go over the STL implementations of them.
Recommended Reading¶
Competitive Programming 3, section 2.2