Project 1: Given a graph, find the shortest path with DFS and BFS; as well as trace it by hand.
Primary LanguageJavaScript