Huffman Coding Example - A Tutorial on using the Huffman Coding method for File Compression
Channel:
Subscribers:
58,000
Published on ● Video Link: https://www.youtube.com/watch?v=IuFKDrdmgIQ
Learn more advanced front-end and full-stack development at: https://www.fullstackacademy.com
Huffman Coding is a very popular and widely used method for compressing information losslessly. It works by bottom-up compression and it's Binary Tree based. In this video, we give an example of Huffman Coding and explain why this method makes encoding easier.
Watch this video to learn:
- What file compression is
- The two types of file compression
- How file compression works with a Huffman Coding example
Other Videos By Fullstack Academy
Tags:
Huffman Coding
Huffman Coding tutorial
Huffman Coding Example
File Compression tutorial