-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Lalit Vaidya edited this page May 7, 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-based application that visualizes pathfinding algorithms in real time. Users have the ability to choose from a randomly generated maze, or maze presets, or simply build what they want. AutoPath allows users to choose from algorithms such as Greedy Best-First Search, Dijkstra’s Algorithm, A* Search, Breadth-First Search, and Depth-First Search and visualize how the algorithm finds the path from a selected start point to a selected endpoint. Users are also allowed to create a custom maze which can be saved in their account for future use.