public class Search
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.util.ArrayList<java.lang.Object[]> |
sers |
static java.util.Stack<Node> |
stack |
Constructor and Description |
---|
Search() |
Modifier and Type | Method and Description |
---|---|
static boolean |
getPaths(Node cNode,
Node pNode,
Node sNode,
Node eNode) |
static boolean |
isNodeInStack(Node node) |
static void |
main(java.lang.String[] args) |
static void |
showAndSavePath() |
public static java.util.Stack<Node> stack
public static java.util.ArrayList<java.lang.Object[]> sers