Skip to main content

Chapter 21 Standard Containers and Algorithms

This chapter contains coverage of a variety of standard library algorithms and data structures that a programmer might use to solve common programming problems.
Much of the rest of this book will be focused on learning in detail how some of these tools work. For now, we will just introduce the tools and discuss their basic usage.
If you prefer to learn how these structures and algorithms work, before learning how to use the standard versions of them, you might want to skip ahead to the chapters on data structures and algorithms, and then return here later.