A modified dfs algorithm visualized with cars(nodes), highways(paths), and a destination location.
tommyjcxie/DFS-Traversal
A program that implements a DFS traversal algorithm to find the shortest path. Visualized with cars(node) and highways(path) and inputted through a txt file.
Java