Software
The purpose of this project was to understand what strongly connected components were and to be able to find the quantity of strongly connected components in a graph.
This project taught me how to best traverse a graph to find the number of connected components. This also required me to learn how to reverse a directed graph, allowing me to use the underlying graph within my algorithms.
This project did not give me any future inspiration.