Skip to content

C# implementation of LZ77 compression algorithm.

License

Notifications You must be signed in to change notification settings

zlociu/LZ77.NET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LZ77.NET

C# Implementation of LZ77 Algorithm.

How to build

  1. Go to folder with LZ77.csproj file.
  2. Open CMD.
  3. Type: dotnet build -c Release

Features

  • compress text files
  • decompress *.lz77 files
  • measure process time

Usage examples (Windows)

  • Compress file and measure time:
    LZ77.exe -c <filename> -t
  • Decompress file:
    LZ77.exe -d <filename.lz77> -o <outputFileName>
  • Print help:
    LZ77.exe -h

About

C# implementation of LZ77 compression algorithm.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages