Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 326 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 326 Bytes

graphWithDFS

July 19, 2022

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.