From 3d2d1a50aaf31ef7f374ba3c5f5df32f7f53a13d Mon Sep 17 00:00:00 2001 From: Medium Fries Date: Thu, 28 Mar 2019 15:32:29 -0700 Subject: [PATCH] removed soem fluff and added more to notes --- 370/notes/huffman.md | 8 ++++++++ 370/samples/graph.py | 0 table.sh | 9 --------- 3 files changed, 8 insertions(+), 9 deletions(-) mode change 100755 => 100644 370/samples/graph.py delete mode 100644 table.sh diff --git a/370/notes/huffman.md b/370/notes/huffman.md index e539e08..3e6578f 100644 --- a/370/notes/huffman.md +++ b/370/notes/huffman.md @@ -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 diff --git a/370/samples/graph.py b/370/samples/graph.py old mode 100755 new mode 100644 diff --git a/table.sh b/table.sh deleted file mode 100644 index d02b078..0000000 --- a/table.sh +++ /dev/null @@ -1,9 +0,0 @@ -#/bin/sh - -# because tables in markdown succ really fucking hard - -# \tablestart -# random shit here -# \tableend - -# first row always taken as header field