removed soem fluff and added more to notes

This commit is contained in:
Medium Fries
2019-03-28 15:32:29 -07:00
parent 5350b962b4
commit 3d2d1a50aa
3 changed files with 8 additions and 9 deletions

View File

@@ -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
View File