Skip to content

A command-line tool for data compression, written as a data structures and algorithms lab project during Christmas Break 2017-18.

Notifications You must be signed in to change notification settings

OAarne/sievenna

Repository files navigation

sievenna

A command-line tool for data compression, written as a data structures and algorithms lab project during Christmas Break 2017-18.

Project Concept

A CLI tool for compressing and decompressing various types of files, written in Java. My first step will be to implement something fairly straightforward, like a basic LZW implementation. After that I will add other algorithms, refine the existing ones and perhaps try to create specialized algorithms for different types of files, such as images and audio. The tool will most likely stick to lossless compression.

Project Status

travis Code Coverage

Resources

Data Compression Explained – Matt Mahoney

About

A command-line tool for data compression, written as a data structures and algorithms lab project during Christmas Break 2017-18.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published