/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.

Primary LanguageJava

Depth First Search PathFinder

A modified dfs algorithm visualized with cars(nodes), highways(paths), and a destination location.