Skip to content

This is a pathfinding algorithms for graphs, implemented in Scala

Notifications You must be signed in to change notification settings

anirudhv14/A-Star_Search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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

About

This is a pathfinding algorithms for graphs, implemented in Scala

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages