Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 548 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 548 Bytes

CSC 202 Assignment 3

Huffman Coding

Assignment Specification

Required Files

  • linked_list.py
  • linked_list_tests.py
  • array_list.py
  • array_list_tests.py
  • huffman.py -- Note that this file must include all of your unittests for your Huffman coding implementation, and they must be runnable using python3 huffman.py.
  • <Any files used for testing> -- Note that these files must end in .txt or .bin, or the automated grader will ignore them.