Skip to content

krishgondaliya/File-Compressor-and-Decompressor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Huffzip

huffzip is a C++20 file compressor and decompressor project for a Huffman-coding implementation.

Build

cmake -S . -B build
cmake --build build

Run

./build/huffzip --help

On Windows with a single-config generator, the executable may be under build/Debug/huffzip.exe.

Test

ctest --test-dir build --output-on-failure

About

C++20 File compressor and decompressor.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors