- Jan 25, 2016
-
-
Michael Lee authored
-
Michael Lee authored
-
Michael Lee authored
-
- Jan 20, 2016
-
-
Michael Lee authored
Fix bug with startNewMatch See merge request !7
-
- Jan 19, 2016
-
-
Michael Lee authored
-
- Jan 18, 2016
-
-
Adam Blank authored
-
Adam Blank authored
Fix SuffixTrie and HuffmanCompressor (extendMatch) See merge request !6
-
- Jan 17, 2016
-
-
Michael Lee authored
-
Adam Blank authored
-
Adam Blank authored
-
- Jan 16, 2016
-
-
Michael Lee authored
Fix Huffman to correctly handle larger files See merge request !5
-
Michael Lee authored
-
- Jan 15, 2016
-
-
Michael Lee authored
Fix disabling debug issue See merge request !4
-
Michael Lee authored
-
- Jan 14, 2016
-
-
Adam Blank authored
Bugfix jan 14 See merge request !3
-
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
-