[Rust] Compression from Scratch: Huffman Coding Tutorial

preview_player
Показать описание
We'll look at a Huffman coding compression algorithm, implement it in Rust, test it on a large text file, and compare its performance to zip.

Chapters
00:00 Intro
00:32 Huffman Coding Algorithm
4:50 Rust Implementation: Core Algorithm
10:24 compress & extract functions
17:38 Demo
18:53 Huffman vs. Zip
19:47 Some News
Рекомендации по теме
Комментарии
Автор

Thanks for your work! Algo’s in rust is really difficult, but very interesting

arsnazzz
Автор

This is some serious Rust and I like it ❤
How did you get this good at Rust? Are you planning on teaching a rust course? I will be signing up fast. Cheers!

Maximus
Автор

Not smart enough to understand all of this but this was a super interesting video!

Antonio-fofl