Skip to content

Commit 46ac895

Browse files
authored
Merge pull request #101 from algorithm-archivists/python-huffman-import
Add import for the Python Huffman implementation to the chapter
2 parents 091b3c4 + 84420bf commit 46ac895

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)