Package solver


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