CSCI 151 - Data Structures and Object-Oriented Development

Spring 2015

Lab 14: Word Counts, part 3: Tries

Grading

For an A+, pass all unit tests from TrieTestRevised.java. Also, provide the timing information gleaned from TimeTest via Moodle when submitting. The performance of the trie array should be drastically superior to that of the array implementation, and should be fairly close to the performance of the hash table.

Without this, the grade is as follows:
Number of Unit Tests PassedGrade
15B
7C
2D