Huffman Coding Example - A Tutorial on using the Huffman Coding method for File Compression

Subscribers:
58,000
Published on ● Video Link: https://www.youtube.com/watch?v=IuFKDrdmgIQ



Category:
Tutorial
Duration: 12:01
16,894 views
176


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


2017-08-10Cloud Computing Tutorial - An Introduction to Cloud Computing
2017-08-10InterPlanetary File System (IPFS) Tutorial - Building the Distributed Web
2017-08-10Web Accessibility Guidelines - Tips to make your website more accessible
2017-08-10Firebase Tutorial - Learn How to Use Firebase
2017-08-10Tech Talk: Intercepting Proxies
2017-08-10Tech Talk: How to safely store passwords using salts and hashing algorithms
2017-08-10Tech Talk: What is React Sketch.app?
2017-08-10RDF Tutorial - An Introduction to the Resource Description Framework
2017-08-10PIXI.js Tutorial - An Overview of PIXI.js and its Advantages
2017-08-10OCaml Tutorial - Learn how to use the OCaml Programming Language
2017-08-10Huffman Coding Example - A Tutorial on using the Huffman Coding method for File Compression
2017-08-10Electron Tutorial - How to Build Apps with Electron and React
2017-08-10Elliptic Curve Cryptography Tutorial - An Introduction to Elliptic Curve Cryptography
2017-08-10Flexbox and CSS Grid Tutorial - Why you should use Flexbox and CSS Grid
2017-08-10Flexbox Tutorial - How to use the Flexbox layout mode
2017-08-10Introduction to Memoization - Learn what Memoization is and how it works
2017-08-08Pathfinding Tutorial - How to Find the Shortest Path Using Bellman-Ford and Dijkstra's Algorithms
2017-08-08Tech Talk: Styled Components: Elevate Your CSS
2017-08-08Tech Talk: Tensor Processing Units: History and Applications
2017-08-08Elliptic Curve Cryptography Tutorial - Understanding ECC through the Diffie-Hellman Key Exchange
2017-08-08Public Key Encryption Examples - The advantages of Public Key Encryption



Tags:
Huffman Coding
Huffman Coding tutorial
Huffman Coding Example
File Compression tutorial