Path Finding Algorithm
During my studies one of my favorite classes was Algorithms and Data Structures. Hence, I decided to apply my knowledge in a project that demonstrates the behavior of three important path finding algorithms: A-star, Depth-First Search and Breadth-First Search.