Skip to content

Stacks and Queues

Lecture date: Friday, September 06, 2019

Synopsis

These data structures are easy to implement, but you should probably not do so. We will go over the STL implementations of them.

Competitive Programming 3, section 2.2

Problem

Videos

Reference