Thread: IDEA: Huffman compression function

  1. #1
    Pursuing knowledge confuted's Avatar
    Join Date
    Jun 2002
    Posts
    1,916

    IDEA: Huffman compression function

    A function to compress a text file (other file types could be used alternatively) using huffman compression. Points could be given for elegance, speed, and compression.
    Away.

  2. #2
    Registered User
    Join Date
    Jan 2003
    Posts
    648
    Sounds like a great idea but don't just limit it to huffman. Any type of compression would be awesome. I'm in anyways.

  3. #3
    C++ Developer XSquared's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    2,718
    Haven't we already done a text/data compression contest?
    Naturally I didn't feel inspired enough to read all the links for you, since I already slaved away for long hours under a blistering sun pressing the search button after typing four whole words! - Quzah

    You. Fetch me my copy of the Wall Street Journal. You two, fight to the death - Stewie

  4. #4
    Registered User
    Join Date
    Nov 2002
    Posts
    1,109
    We have some newer members now, and some members with more knowledge. It's not a bad idea.

  5. #5
    Just because ygfperson's Avatar
    Join Date
    Jan 2002
    Posts
    2,490
    Ok, I'll put up a poll for a general compression contest.

    //edit: I've decided to skip the poll... I'll just do the compression one.
    Last edited by ygfperson; 07-01-2003 at 07:19 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 4
    Last Post: 05-13-2011, 08:28 AM
  2. We Got _DEBUG Errors
    By Tonto in forum Windows Programming
    Replies: 5
    Last Post: 12-22-2006, 05:45 PM
  3. Bisection Method function value at root incorrect
    By mr_glass in forum C Programming
    Replies: 3
    Last Post: 11-10-2005, 09:10 AM
  4. Change this program so it uses function??
    By stormfront in forum C Programming
    Replies: 8
    Last Post: 11-01-2005, 08:55 AM
  5. I need help with passing pointers in function calls
    By vien_mti in forum C Programming
    Replies: 3
    Last Post: 04-24-2002, 10:00 AM