In the Summer 2022 semester at Wentworth, I was assigned to 'implement' depth-first searching of a graph data structure. I chose C++, the language I knew best for making data structures I could comprehend well. I would love some input on how I can make this code better and how readable it is.