public class Indiana extends Explorer
Constructor and Description |
---|
Indiana() |
Modifier and Type | Method and Description |
---|---|
void |
dfs(java.util.HashSet<java.lang.Long> visited)
Indiana is standing at the node given by field huntState; its id is not in visited.
|
void |
dfs1(java.util.HashSet<java.lang.Long> visited)
Indiana is standing on a node given by field huntState.
|
void |
huntOrb(HuntState state)
Get to the orb in as few steps as possible.
|
void |
scram(ScramState state)
Get out the cavern before the ceiling collapses, trying to collect as much
gold as possible along the way.
|
void |
traverse(java.util.List<Node> p)
Indiana is in state scramState, standing on the first node of path p.
|
public void huntOrb(HuntState state)
public void dfs(java.util.HashSet<java.lang.Long> visited)
public void dfs1(java.util.HashSet<java.lang.Long> visited)
public void scram(ScramState state)
public void traverse(java.util.List<Node> p)