Skip to content

grangergaga/cs106b-huffman-code

 
 

Repository files navigation

cs106b-huffman-code

  • Motivation: while taking data structures and algorithms course, the idea of compression using variable length code (VLC) based on a trie seemed appealing, and piqued interest for applications in various data compressions, one of which is Huffman coding.

Code: /Huffman/src/encoding.cpp

  • implementation of huffman coding process, with guidelines by CS106B-Stanford
  • created with Qt Creator with StanfordCPPLib

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.3%
  • Makefile 4.9%
  • Other 1.8%