Font Size: a A A

Prefix-Free Codes: A Dynamic Programming Solution

Posted on:2011-05-25Degree:MasterType:Thesis
Country:ChinaCandidate:X M XuFull Text:PDF
GTID:2178360305997830Subject:Software and theory
Abstract/Summary:PDF Full Text Request
Given a probability distribution over a set of SnS words to be transmitted, the Huffman Coding problem is to find a minimal-cost prefix free code for transmitting those words. The basic Huffman coding problem can be solved in O(n\log n) time but variations are more difficult. One of the standard techniques for solving these variations utilizes a top-down dynamic programming approach.In this paper we show that this approach is amenable to dynamic programming speedup techniques, permitting a speedup of an order of magnitude for many algorithms in the literature for such variations as mixed radix, reserved length and one-ended coding. These speedups are immediate implications of a general structural property that permits batching together the calculation of many DP entries.
Keywords/Search Tags:dynamic programming speed up, prefix-free code
PDF Full Text Request
Related items