A Python program that uses Depth-First Search (DFS) to find paths between campus buildings. This project demonstrates graph traversal algorithms applied to a real-world navigation scenario on a ...
A pathfinding visualization project where spaceships navigate grid-based maps using various search algorithms. This project demonstrates fundamental AI search techniques including uninformed and ...