Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
P1
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cse332-20su-tasks
P1
Commits
e168c273
Commit
e168c273
authored
9 years ago
by
Irving Chen
Browse files
Options
Downloads
Patches
Plain Diff
Adds SuffixTrie binary and fixes testing.jar
parent
2e907c12
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.classpath
+1
-0
1 addition, 0 deletions
.classpath
SuffixTrie.jar
+0
-0
0 additions, 0 deletions
SuffixTrie.jar
src/main/Zip.java
+6
-0
6 additions, 0 deletions
src/main/Zip.java
testing.jar
+0
-0
0 additions, 0 deletions
testing.jar
with
7 additions
and
0 deletions
.classpath
+
1
−
0
View file @
e168c273
...
...
@@ -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>
This diff is collapsed.
Click to expand it.
SuffixTrie.jar
0 → 100755
+
0
−
0
View file @
e168c273
File added
This diff is collapsed.
Click to expand it.
src/main/Zip.java
+
6
−
0
View file @
e168c273
...
...
@@ -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 **/
...
...
This diff is collapsed.
Click to expand it.
testing.jar
+
0
−
0
View file @
e168c273
No preview for this file type
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment