home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.compression
- Path: sparky!uunet!cs.utexas.edu!torn!watserv1!watmath!bbobak
- From: bbobak@math.waterloo.edu (Brad Bobak)
- Subject: sizing huffman trees
- Message-ID: <1992Jul21.220205.18507@math.waterloo.edu>
- Organization: University of Waterloo
- Date: Tue, 21 Jul 1992 22:02:05 GMT
- Lines: 7
-
- I was wondering if anyone has come up with an algorithm for determining
- the size of an encoded huffman tree from just the frequencies of the
- letters (sorted or unsorted, it doesn't matter).
- Right now, to size a tree, I'm basically building it, and this is time
- consuming if I'm using alot of trees.
- Any pointers, suggestions, etc. would be appreciated.
-
-