NTHU-CP/NTHU-CPP

Add Huffman Coding and its related problem

Opened this issue · 0 comments

Add this chapter under Greedy.

Outline

  • Introduce Huffman coding
  • Prove the correctness of the greedy algorithm
  • Related problem