mikolalysenko/l1-path-finder

Node cost

Closed this issue · 2 comments

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

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

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