Huffman Coding (Conceptual)

Channel:
Subscribers:
2,650
Published on ● Video Link: https://www.youtube.com/watch?v=h-jQhXoZVEo



Duration: 1:00:43
147 views
4


Today we didn't look at any code, just went over character encodings and how Huffman coding can be used to compress down the number of bits needed to encode a letter fairly significantly.

This is a great example of how you can use multiple data structures together to solve interesting problems.