Skip to content
/ wackpackr Public

Hands-on experimenting with a few classic compression algorithms (Huffman, LZW, LZSS) in Java. Exercise project for a Helsinki University course, summer 2018.

Notifications You must be signed in to change notification settings

jrnn/wackpackr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wackpackr

Build Status Coverage Status

Description

  • wackpackr is an exercise project for a Helsinki University course on data structures and algorithms
  • The aim is to implement a couple of classic lossless compression algorithms, and whatever data structures they utilize, from scratch in Java
  • UI is web-based (simply due to personal comfort), using Spring Boot with as few bells and whistles as possible

Documentation

See it in action

About

Hands-on experimenting with a few classic compression algorithms (Huffman, LZW, LZSS) in Java. Exercise project for a Helsinki University course, summer 2018.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published