Skip to content

jizoquval/Huffman-Archiver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Huffman archiver

Preface

This was my first serious project, written in the spring of 2017 while studying in NSU. All code has in initial state. The only thing I added cmake and removed broken comments. Archiver based on huffman algorithm. You are free to use this archiver.

Install

Install cmake and run:

    cmake .
    make
    ./archiver

Usage

./archiver <arg> <arch_name.eue> <file1> <file2>...

All archives name extensions must be .eue;

Args

  1. a - add files to archive
  2. x - extract files
  3. d - delete files from archive
  4. l - info about files in archive

About

Clang Archiver using Huffman coding

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published