Thread: Huffman coding

  1. #1
    Registered User
    Join Date
    Nov 2011
    Posts
    1

    Huffman coding

    How to implement Huffman's algorithm using sequential representation of binary tree?

  2. #2
    Registered User
    Join Date
    Nov 2011
    Posts
    161
    Just put the 1 next to the 2 and hit the 'Easy' button.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. huffman coding
    By ratikag in forum C++ Programming
    Replies: 12
    Last Post: 01-20-2010, 11:22 AM
  2. huffman code
    By edesign in forum C Programming
    Replies: 4
    Last Post: 03-23-2008, 12:09 PM
  3. Huffman coding
    By misplaced in forum C++ Programming
    Replies: 2
    Last Post: 04-21-2005, 01:14 PM
  4. Huffman coding
    By fatinez in forum C Programming
    Replies: 4
    Last Post: 11-04-2003, 05:03 PM
  5. huffman's algorithm
    By smashing_pro in forum C++ Programming
    Replies: 2
    Last Post: 04-28-2002, 09:35 AM