Updating lecctures and readme for relevancy

This commit is contained in:
2025-08-19 23:00:16 -07:00
parent 04ec3696b8
commit 218d1c9d6c
4 changed files with 85 additions and 27 deletions

View File

@@ -88,7 +88,7 @@ if __name__ == "__main__":
# build up our heap to display info from
heap = encode(frequencies)[0]
#print(heap)
print(heap)
# decode the binary
decode(heap, binary)