This repository is not active
Rehan1995/Path_Finding
This is my first algorithm based course work. I used Dijkstra algorithm for finding the shortest path between two points A (start) and B (end) on a randomly generated 10 *10 squared grid with blocked cells.
Java