A dynamic programming approach to length-limited Huffman coding: space reduction with the Monge property

  • Authors:
  • Mordecai Golin;Yan Zhang

  • Affiliations:
  • Department of Computer Science and Engineering, Hong Kong UST, Clear Water Bay, Kowloon, Hong Kong;Department of Computer Science and Engineering, Hong Kong UST, Clear Water Bay, Kowloon, Hong Kong

  • Venue:
  • IEEE Transactions on Information Theory
  • Year:
  • 2010

Quantified Score

Hi-index 754.84

Visualization

Abstract

The "state-of-the-art" in length-limited Huffman coding (LLHC) algorithms is the Θ(nD)-time, Θ(n)-space one of Hirschberg and Larmore, where n is the size of the code and D ≤ n is the length restriction on the codewords. This is a very clever, very problem specific, technique. This paper presents a simple dynamic-programming (DP) method that solves the problem with the same time and space bounds. The fact that there was an Θ(nD) time DP algorithm was previously known; it is a straightforward DP with the Monge property (which permits an order of magnitude speedup). It was not interesting, though, because it also required Θ(nD) space. The main result of this paper is the technique developed for reducing the space. It is quite simple and applicable to many other problems modeled by DPs with the Monge property. This is illustrated with examples from web-proxy design and wireless mobile paging.