CodingTrain / Suggestion-Box

A repo to track ideas for topics
570 stars 86 forks source link

Coding Challenge 51.1: A* Pathfinding Algorithm #1295

Open afraaq opened 5 years ago

afraaq commented 5 years ago

i want to create an application for indoor navigation app, and we need to have a method for path finding, and my question is: how can i connect the map of the area with the A* algorithm code

D-T-666 commented 5 years ago

I think you could rasterize the map and insert it in the code.