Learned Algorithms and Data Structures
I am studying a data compression technique called Huffman Coding. It's a great way to combine and implement binary trees, heaps and hashmaps together. It's part of the data structures module of a machine learning course offered by Coding Ninjas.