[Feature]: Dijkstra pathfinding algorithm #98
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Feature Request
Implement Dijkstra's (source) algorithm for the
map
package.Here: https://github.com/dojoengine/origami/tree/main/crates/map/src/helpers
Proposed Solution
No response
Alternatives
No response
Related Code
No response
Additional context
Currently the A* algorithm is implemented, having the choice to use different algorithm for specific cases could be interesting.
Try to match the A* trait for the high level usage, such as:
If the feature is accepted, would you be willing to contribute it?
The text was updated successfully, but these errors were encountered: