Learning Data Structures and Algorithms in C++

In this first chapter, we are going to build the solid foundations so we can go through the following chapters easily. The topics we are going to discuss in this chapter are:

  • Creating, building, and running a simple C++ program
  • Constructing an abstract data type to make a user-defined data type
  • Leveraging the code with C++ templates and the Standard Template Library (STL)
  • Analyzing the complexity of algorithms to measure the performance of the code

Get C++ Data Structures and Algorithms now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.