Open main menu
Home
Random
Log in
Settings
About CMSC 420
Disclaimers
CMSC 420
Search
Changes
← Older edit
Newer edit →
Jesse HexTrie Junit Test
(view source)
Revision as of 01:54, 16 May 2012
159 bytes added
,
01:54, 16 May 2012
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;
Jesse
9
edits