Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 724 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 724 Bytes

A-Star_Search

This is a pathfinding algorithms for graphs, implemented in Scala


Paths for 20x20 maze:
'@' denotes the path, 'S' denotes start position, 'E' denotes end position and '1' denotes walls and 'o' and 'x' are possible paths.

Scala Output

Scala Output_2

Same as above but the 'o' is replaced with a ' '

Scala Output_3