public class Tennessee extends Explorer
Constructor and Description |
---|
Tennessee() |
Modifier and Type | Method and Description |
---|---|
void |
dfs(java.util.HashSet<java.lang.Long> visited)
Tennessee is standing at the node given by field exState; its id is not in visited.
|
void |
getOrb(ExploreState state)
Get to the orb in as few steps as possible.
|
void |
getOut(EscapeState 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)
Tennessee is in state esState, standing on the first node of path p.
|
public void getOrb(ExploreState state)
public void dfs(java.util.HashSet<java.lang.Long> visited)
public void getOut(EscapeState state)
public void traverse(java.util.List<Node> p)