Selected work
Pathfinding Visualizer
Visualize different pathfinding algorithms (A*, BFS, Dijkstra) finding paths through barriers in real-time.

This was one of my personal projects made in summer 2024, when I was trying to learn new algorithms and started searching for shortest distance algorithms. This project explores different pathfinding algorithms and visualizes the paths taken and possibilities searched when finding a path between start and end points with some barriers on the way. It was fun learning different algorithm approaches using the visualizer I made.
- Python
- PyGame


