jawira / a-star
Abstract classes to implement A* (A Star) search algorithm.
v1.1.0
2023-12-25 19:10 UTC
Requires
- php: ^8.0
Requires (Dev)
- ergebnis/composer-normalize: v2.30
- jawira/skeleton: ^2.21
- vimeo/psalm: ^5.18
This package is not auto-updated.
Last update: 2024-10-28 23:41:25 UTC
README
This project provides two abstract classes to implement A* (A Star) search algorithm by yourself.