Path: blob/master/Programming Assignment 3/README.md
423 views
File Description
.txt
files are data file.huffman.txt
with 1000 symbolsmwis.txt
with 1000 vertices
.ipynb
file is the solution of Week 3 programming assignmentHuffmanCoding.ipynb
DynamicProgramming.ipynb
.html
file is thehtml
version of.ipynb
file.HuffmanCoding.html
DynamicProgramming.html
Snapshot
open .html
file via brower for quick look.
Implementation
Huffman coding with Greedy Algorithm
Dynamic programming algorithm for computing a maximum-weight independent set of a path graph