/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.

Primary LanguageJava

This repository is not active