Path: blob/master/Programming Assignment 3/README.md
565 views
File Description
.txtfiles are data file.huffman.txtwith 1000 symbolsmwis.txtwith 1000 vertices
.ipynbfile is the solution of Week 3 programming assignmentHuffmanCoding.ipynbDynamicProgramming.ipynb
.htmlfile is thehtmlversion of.ipynbfile.HuffmanCoding.htmlDynamicProgramming.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