Skip to content

This program uses A* algorithm to find shortest path from source to destination and prints the maze and the path with the following heuristics - Eucledian , Manhattan , Random and Zero

Notifications You must be signed in to change notification settings

SakithDW/Maze-Path-Finder-Using-A-Star-Algorithm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Maze-Path-Finder-Using-A-Star-Algorithm

This program uses A* algorithm to find shortest path from source to destination and prints the maze and the path with the following heuristics - Eucledian , Manhattan , Random and Zero

You can upload your own maze as an encoding of 1s and 0s , 0 is considered an empty cell while 1 is conisdered as a wall.

About

This program uses A* algorithm to find shortest path from source to destination and prints the maze and the path with the following heuristics - Eucledian , Manhattan , Random and Zero

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%