AdvancedVocabulary#software-architecture#developer-tools#backend

Huffman Coding Vocabulary

Build fluency in the vocabulary of assigning shorter codes to more frequent symbols to minimize average bits per symbol.

0 / 5 completed
1 / 5
At standup, a dev mentions building a binary code where more frequent symbols get shorter bit sequences and rarer symbols get longer ones, by repeatedly combining the two least-frequent remaining symbols or groups into a single node until only one tree remains. What is this technique called?