Huffman Coding with Priority Queues
This article is really about using the priority queue containers that are part of the standard C++ library. The example program implements a Huffman Encoder using the queues, showing how they can do a fairly complex piece of work without too much coding on your part.
http://www.dogma.net/markn/articles/pq_stl/priority.htm
* * * * *
Posted in April 12th, 2002
No User Commented In " Huffman Coding with Priority Queues "
Subscribes to this post Comment RSS or TrackBack URL