Jump to content

Huffman coding: Difference between revisions

→‎{{header|Scheme}}: Marked incorrect.
(→‎{{header|Scheme}}: Marked incorrect.)
Line 4,572:
</pre>
=={{header|Scheme}}==
{{incorrect|Scheme|... Using the characters and their frequency from the string "this is an example for huffman encoding", ...}}
{{works with|scala|2.8}}
<lang scheme>(define (make-leaf symbol weight)
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.