Skip to content
Snippets Groups Projects
Commit e168c273 authored by Irving Chen's avatar Irving Chen
Browse files

Adds SuffixTrie binary and fixes testing.jar

parent 2e907c12
No related branches found
No related tags found
No related merge requests found
......@@ -5,5 +5,6 @@
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="json-simple-1.1.1.jar"/>
<classpathentry kind="lib" path="testing.jar"/>
<classpathentry kind="lib" path="SuffixTrie.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
File added
......@@ -9,6 +9,12 @@ import java.io.IOException;
import cse332.jazzlib.ZipEntry;
import cse332.jazzlib.ZipOutputStream;
/*
* The Zip program requires a working SuffixTrie implementation. If you haven't
* completed SuffixTrie, you will need to delete/move/rename SuffixTrie.java in
* order for Eclipse to pick up and use the provided JAR file.
*/
public class Zip {
/** Larger -> better compression ratio, slower runtime **/
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment