You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project implements a random maze generator and visualizes the solution using the A* pathfinding algorithm. It generates a maze, saves it as a PNG image, and highlights the path found by A*. The project includes maze generation, pathfinding, and image rendering functionalities, providing an effective way to explore pathfinding in complex mazes.
Rescue 1122 Route Planner is a Artificial Intelligence project which implements the A-star algorithm using Python and the simulation is done using Pygame.
Solve any FreeCell Solitaire puzzle with 1 of the 4 different path finding algorithms: Breadth 1st Search, Depth 1st Search, Best 1st Search, Astar Search.
An algorithm visualizer is an interactive tool that visually demonstrates the step-by-step execution of various algorithms, enhancing learning and debugging.
College project from Spring 2016 where I implemented a minimum weight spanning tree and shortest path finding algorithms at three levels of scale. I display the results graphically with animation as a map. All of this is implement in Java.