Huffman coding: Difference between revisions

m
m (→‎{{header|Wren}}: Minor tidy)
Line 7,522:
{{libheader|Wren-queue}}
Note that the results differ from Java because the PriorityQueue implementation is not the same.
<syntaxhighlight lang="ecmascriptwren">import "./queue" for PriorityQueue
 
class HuffmanTree {
9,482

edits