- Jan 15, 2016
-
-
Michael Lee authored
-
- Jan 14, 2016
-
-
Michael Lee authored
-
- Jan 13, 2016
-
-
Michael Lee authored
-
Michael Lee authored
-
Michael Lee authored
Previously, SuffixTrie.addToMatch stated that currentMatch must not be full as a precondition. This commit revises the comment to state that addToMatch should do nothing if attempting to add when full.
-
Michael Lee authored
This commit changes the javadoc for SuffixTrie.startNewMatch to correspond with the return value behavior the spec listed.
-
Michael Lee authored
This commit removes the (potentially confusing) pre/post equation notation from SuffixTrie.java.
-
Michael Lee authored
HuffmanCompressor.Node's compareTo method was using a method of comparison that failed in certain cases. This update adds a more complex, sophisticated comparison check.
-
- Jan 08, 2016
-
-
Irving Chen authored
-
Adam Blank authored
-
- Jan 06, 2016
-
-
Adam Blank authored
Update Javadoc from addWork() to add() for FIFOWorkList and LIFOWorkList Update Javadoc from addWork() to add() + Update FIFOWorkList in cse332.interfaces.worklists + Update LIFOWorkList in cse332.interfaces.worklists See merge request !1
-
Royden Luckey authored
-
- Jan 04, 2016
-
-
Adam Blank authored
-