digitsensitive / astar-typescript

A* search algorithm in TypeScript
MIT License
87 stars 18 forks source link

Weighted cost matrix #24

Open PentamapRainer opened 3 years ago

PentamapRainer commented 3 years ago

Hi! Is it possible to use a weighted cost matrix instead of just 0/1 values?