A Graph is an abstract data type meant to implement the mathematical concepts of graph and directed graph. This data structure consists of a finite set of nodes (or vertices) together with a set of ...
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 ...
🚀 Built an Interactive AI Pathfinder in Python As part of our Artificial Intelligence coursework, my friend Nimrah Shahid and I developed a GUI-based pathfinding application that visualizes how ...
# Load the maze from the csv file. You may need to change this path depending on where you save the files. m.LoadMaze(loadMaze=r"C:\Users\ZA Traders\Downloads ...