Package solver
package solver
Package for solving puzzles.
Modified from the original homework project utils.
- See Also:
-
ClassesClassDescriptionImplements the breadth-first search (BFS) algorithm to solve puzzles.Node<T>Represents the nodes of a search graph.