Project 2, CSC 202
1 Huffman Coding
2 Import restrictions
3 Handing In
8.9.900

Project 2, CSC 202

1 Huffman Coding

For this project, you will implement a program to encode and decode text using Huffman coding .

Here’s the invitation link for this project.

Here’s a link to the project description.

2 Import restrictions

In order to make it possible to test and analyze your code, it’s important that we be able to run it in a consistent environment.

Specifically, we will run your code with Python 3.10, in an environment that includes the NumPy package. Please do not import packages other than typing, unittest, numpy or dataclass, and please do not import the __future__ package.

3 Handing In

Submit the project by pushing to GitHub!