Csc 4330/6330, Programming Language Concepts (Spring 2018)

Homework 6 (Due: 15 April (Sunday))

Huffman Code

In this Scala programming assignment, you will implement coding and decoding plain text using Huffman code (Wikipedia entry).

Please use the following template files:

Huffman.scala
Driver.scala