- hashCode() - Method in class game.Node
-
- hashCode() - Method in class game.NodeStatus
-
- hashCode() - Method in class game.Pair
-
- Heap<V> - Class in student
-
An instance is a min-heap of distinct values of type V with
priorities of type double.
- Heap() - Constructor for class student.Heap
-
Constructor: an empty heap with capacity 10.
- huntOrb(HuntState) - Method in class game.Explorer
-
Explore the cavern, trying to find the
orb in as few steps as possible.
- huntOrb(HuntState) - Method in class student.Indiana
-
Get to the orb in as few steps as possible.
- HuntState - Interface in game
-
The state of the game while performing exploration.