removed soem fluff and added more to notes
This commit is contained in:
parent
5350b962b4
commit
3d2d1a50aa
@ -32,4 +32,12 @@ General decoding process goes like this:
|
||||
Keep in mind however that our root should be agnostic so that we can start bit strings with 0|1
|
||||
4. When we reach a leaf we drop that char into the result
|
||||
|
||||
# Huffman Efficiency
|
||||
|
||||
> Building the tree
|
||||
|
||||
Same as the max/min heap
|
||||
|
||||
> Encoding
|
||||
|
||||
> Decoding
|
||||
|
0
370/samples/graph.py
Executable file → Normal file
0
370/samples/graph.py
Executable file → Normal file
Loading…
Reference in New Issue
Block a user