leopf / Huffman

My c# implementation of the huffman encoding.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Huffman encoding

My implementation of the huffman encoding in C#.

Possible features to implement

  • Convert booleans to byte array
  • Serialize tree
  • Combine both and write everything to a file, which can be decoded without any context.

About

My c# implementation of the huffman encoding.


Languages

Language:C# 100.0%