Skip to content

abubakrsiddq/BinaryMap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binary Map

solves a binary map given start and goal

Example of binary map

0 1 0 0 0 0
0 1 0 0 0 0
0 1 0 0 0 0
0 1 0 1 1 0
0 0 0 0 1 0
  • 1 is for obstacle
  • 0 is for free path
g++ astar.cpp
./a.out

Solution

🚦 0 0 0 0
🚗 0 0 0 0
🚗 🚗 🚗 🚗 🚗
🚗 🚗 🚗
🚗 🚗 🚗 🚗 🏁

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published