Skip to content

Commit 84420bf

Browse files
committed
Added import for the Python Huffman implementation
1 parent 091b3c4 commit 84420bf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

chapters/data_compression/huffman/huffman.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ Whether you use a stack or straight-up recursion also depends on the language, b
7272
{% sample lang="clj" %}
7373
### Clojure
7474
[import 2-117, lang:"clojure"](code/clojure/huffman.clj)
75+
{% sample lang="py" %}
76+
### Python
77+
[import, lang:"python"](code/python/huffman.py)
7578
{% endmethod %}
7679

7780

0 commit comments

Comments
 (0)