Data_Structures_and_Other_Objects_Using_Cpp

A collection of end-of-chapter projects from "Data Structures and Other Objects Using C++" (4th edition) by Michael Main and Walter Savitch.

Stars
12

About

A collection of end-of-chapter projects from "Data Structures and Other Objects Using C++" (4th edition) by Michael Main and Walter Savitch.

Besides STL, some examples rely on:

  1. Boost
  2. Rapid CSV
  3. date, which will be added to the C++ standard library in C++20

Table of contents

Some chapters have more than one exercise grouped together.

Chapter Exercise name
2 Lunar lander, Statistician
3 Towers of Hanoi
4 Chore manager
5 Linked List of digits
6 Gift list
7 Postfix and Infix expression parser
8 Store checkout
9 Ackermann function
10 Binary Search Tree / Expression Tree
11 Logarithm
12 Word dictionary
13 Radix sorter
14 Gym membership roster
15 Prim's Minimum Spanning Tree