From 91160a572f6cfb335138fc3c6c32d34fdf71b144 Mon Sep 17 00:00:00 2001 From: John Costa Date: Mon, 21 Aug 2023 22:40:50 +0100 Subject: [PATCH] youtube video link --- src/pages/posts/huffmanz.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/posts/huffmanz.md b/src/pages/posts/huffmanz.md index a7264d9..9989f2e 100644 --- a/src/pages/posts/huffmanz.md +++ b/src/pages/posts/huffmanz.md @@ -5,6 +5,7 @@ date: "21/09/2023" --- Link to Repo: [https://github.com/JohnCosta27/Huffmanz](https://github.com/JohnCosta27/Huffmanz) +Link to Video: [https://www.youtube.com/watch?v=D5l5GUuNXB8&ab_channel=JohnCosta](https://www.youtube.com/watch?v=D5l5GUuNXB8&ab_channel=JohnCosta) [Huffman Encoding](https://en.wikipedia.org/wiki/Huffman_coding) is an algorithm for compressing text, using a binary tree to shorted the number of bits needed to represent each character. It's one of the first algorithms I learned in Computer Science. I was 14 year old and in Year 9. But until recently it hadn't crossed my mind again.