-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Lalit Vaidya edited this page Feb 27, 2022
·
16 revisions
Bikram Chatterjee (b_chatterjee@u.pacific.edu)
Lalit Vaidya (l_vaidya@u.pacific.edu)
Hung Le (h_le21@u.pacific.edu)
AutoPath is a web and VR application that visualizes pathfinding algorithms in action. At its core, a pathfinding algorithm seeks to find the shortest path between two points. It gives users the ability to choose from a randomly generated maze, maze presets, or simply build what they want. AutoPath offers algorithms such as Greedy Best-First Search, Dijkstra’s Algorithm, A* Search, Breadth-First Search, and Depth-First Search for users to choose from. The application also allows users to create an account to save their custom mazes for access later or sign in as a guest for quicker access.