Skip to content

AizenFrog/data-compression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data compression algorithms

This repository contains the source code of my master's degree project.

How to build

Clone repository:

    $ git clone https://github.com/AizenFrog/data-compression.git
    $ cd data-compression
    $ git submodule update --init --recursive

Configured and build with cmake:

    $ cmake -S . -B ./build
    $ cd build
    $ cmake --build . --config <Config_Type>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published