Changes

no edit summary
Line 1: Line 1:  +
You need to add in this method to your HexTrie to get the tests to work:
 +
<pre>
 +
public Node<K,V> getRootNode(){
 +
return root.me;
 +
}
 +
</pre>
 +
 +
 +
*StudentTests.java
 +
 
<pre>package tests;
 
<pre>package tests;
  
9

edits