Skip to content

Implement more pathfinding algorithms #3

@brean

Description

@brean

implement the other algorithms from PathFinding.js

Grid-based

from Pathfinding.js

  • Bi-directional A*
  • Iterative Deeping A Star (IDA*)
  • Jump Point Search
  • Orthogonal Jump Point Search
  • Breadth-First-Search
  • Best-First
  • Bi-directional Breadth-First-Search
  • Bi-directional Best-First
  • Bi-directional Dijkstra
  • ARA-*

other algorighms

also some more from the OpenGenus Cosmos like for example

Non-Grid-based (Navigation Meshes)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions