2020.12.16 / School Project / CMSC341 / C++

Adjacency Lists

Objective

Develop C++ programming abilities using object-oriented design, dynamic memory allocation, array manipulation, iterators, and exceptions.

Concept

Understand graphs and the adjacency list representation of a graph, then implement that representation in C++. The project also covered dynamically resized arrays.

Result: 100/100.