Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 259 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 259 Bytes

Search-Algorithms

Visualization of different search algorithms, e.g., A* or Dijkstra.

A basic Java Application (GUI) that allows to enter starting and goal positions in a grid. Certain path finding algorithm search for the shortest way (around obstacles).