The Artima Developer Community
Sponsored Link

Java Answers Forum
implementing a huffman tree

1 reply on 1 page. Most recent reply: May 30, 2003 5:27 AM by Adam Duffy

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
jake

Posts: 83
Nickname: onorok
Registered: May, 2002

implementing a huffman tree Posted: May 28, 2003 6:31 PM
Reply to this message Reply
Advertisement
I have to implement a huffman tree, and encode it. I also have to retreve the code from the tree. Does anyone have any ideas, or tutorial sites or anything... I know th basic concepts of what a huffman tree is but I am lacking some implementation ideas.


Adam Duffy

Posts: 168
Nickname: adamduffy
Registered: Feb, 2003

Re: implementing a huffman tree Posted: May 30, 2003 5:27 AM
Reply to this message Reply
I did a quick search of Google using the words java and huffman. One of the tutorial sites was

http://ciips.ee.uwa.edu.au/~morris/Year2/PLDS210/huffman.html

It seems to give a good explanation. Java code can be found at

http://www.hta-bi.bfh.ch/~hew/java/software/Huffman/

Other implementations were also found using the search detailed above.

Best of luck,
Adam

Flat View: This topic has 1 reply on 1 page
Topic: String check Previous Topic   Next Topic Topic: jsp performance problems

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use