mikolalysenko / l1-path-finder

🗺 Fast path planning for 2D grids
https://mikolalysenko.github.io/l1-path-finder/www
MIT License
484 stars 43 forks source link

Node cost #2

Closed cornop closed 9 years ago

cornop commented 9 years ago

Does the algorithm support weights ("cost") on nodes, like for instance, A* does?

mikolalysenko commented 9 years ago

No. It does not use A*, it uses a different algorithm.

cornop commented 9 years ago

I know it doesn't use A*, it's clearly much more sophisitacted. I was just wondering if this algorithm supports weights. Anyway, thanks.