What’s up, everyone? Here’s a rundown of what we’re doing today:
- File compression
- Huffman Coding algorithm
File compression is a method of making file sizes smaller by using intricate file compression algorithms such as the Huffman Coding algorithm.
How does the Huffman Coding algorithm work to compress files?
\begin{tikzpicture} \graph [binary tree layout] { a – {b, c} } \end{tikzpicture}