Talk:Huffman coding: Difference between revisions

Python code
(added a header section to the first question and response so to make the TOC appear in the correct place.)
(Python code)
Line 99:
 
 
==IS This OK?Python==
I took a <strike>good</strike> better look at the WP article and came up with the following code, together with printouts of what it is doing:
<lang python>from heapq import heappush, heappop, heapify
Line 201:
 
::Yeah, it looks right. --[[Special:Contributions/71.106.173.110|71.106.173.110]] 09:47, 27 March 2009 (UTC)
 
:: Pretty certain testing the Python code is not correct
 
== Category ==