Skip to content

00ryanwelzel/huffmanEncoding

Repository files navigation

huffmanEncoding

(Ryan Welzel 5/6/2025)

Simple huffman encoder.


Features:

  • Builds a huffman tree using character frequencies.
  • Generates binary codes based on character frequencies.
  • Encodes a string based on the generated binary codes.
  • Displays all binary codes and the encoded string.

Requirements:

  • C++11 compatable compiler (g++ clang++ etc)

About

Simple huffman encoder.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published