A library providing searches on state space.
A state space is the set of all possible configurations of a system. It is a useful abstraction for reasoning about the behavior of a given system and is widely used in the fields of artificial intelligence and game theory.
From Wikipedia
- Random search
- Breadth-first search
- Depth-first search
- Djikstra
- Greedy search (also called Best-first search)
- A* search
A* star search used to solve pathfinding problem modelized as state space.
This project is licensed under MIT License.