This chapter focuses on static data structures more intensively on the subject of dynamic data structures, and discusses algorithms that use dynamic data structures like algorithms dealing with heaps graphs and hash, and sorting algorithms.
Almost any object-oriented programming language provides a library of existing classes that are available to programmers to use directly or to subclass into application-specific classes. The most common classes for handling of predefined types (numbers, strings, Booleans, etc.), sets (array, collection, bag, etc.), input and output are illustrated with examples in C++. The chapter also provides an overview of some available class libraries for C++.