Uses of Class
solver.Node
Packages that use Node
-
Uses of Node in solver
Modifier and TypeMethodDescriptionNode.expand()
Expands the node by generating all possible next states from the current state.Node.getParent()
Returns the parent of the node.Searches for the shortest solution for the puzzle starting from the state provided.BreadthFirstSearchModified.solveAndPrintSolution
(puzzle.State<T> state) Searches for the shortest solution for the puzzle starting from the state provided, and it also prints the solution to the standard output.