comp.lang.ada
 help / color / mirror / Atom feed
* Length-Limited Huffman Coding
@ 2016-02-06 20:57 gautier_niouzes
  2016-02-08 21:20 ` gautier_niouzes
  0 siblings, 1 reply; 7+ messages in thread
From: gautier_niouzes @ 2016-02-06 20:57 UTC (permalink / raw)


Hello,

Does someone here knows of an Ada implementation of length-limited Huffman coding ? Basically it is the construction of a Huffman tree with a constraint of a limited tree depth (or code length, if you consider the code formed by walking through the tree). References seem to point to two algorithms [1] and [2] which reduces the memory space needed, compared to [1]. Actually [1] would already be OK for my needs ("Dynamic Deflate" compression in Zip-Ada). 

TIA
_________________________ 
Gautier's Ada programming 
http://sf.net/users/gdemont/


[1] A Fast Algorithm for Optimal Length-Limited Huffman Codes
Larmore & Hirschberg

[2] A Fast and Space-Economical Algorithm for Length-Limited Coding
Katajainen, Moffat & Turpin


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-02-11 22:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-06 20:57 Length-Limited Huffman Coding gautier_niouzes
2016-02-08 21:20 ` gautier_niouzes
2016-02-10 11:29   ` gautier_niouzes
2016-02-11  1:59     ` Randy Brukardt
2016-02-11  9:48       ` gautier_niouzes
2016-02-11 18:44         ` Tero Koskinen
2016-02-11 22:08           ` Randy Brukardt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox