Compression: Huffman Coding with Joy

View: New views
3 Messages — Rating Filter:   Alert me  

Compression: Huffman Coding with Joy

by Taoufik Dachraoui :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Dear,

How do you implement the Huffman Coding with Joy?

I would like to compare it with other languages (eg. F#)

Kind regards
Taoufik


Re: Compression: Huffman Coding with Joy

by Taoufik Dachraoui :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Dear,

You can find the F# code for Huffman coding in

http://blogs.msdn.com/lukeh/archive/2008/05/05/huffman-coding-with-f.aspx

Kind regards
Taoufik

--- In concatenative@..., "icpdesign" <taoufik.dachraoui@...> wrote:

>
> Dear,
>
> How do you implement the Huffman Coding with Joy?
>
> I would like to compare it with other languages (eg. F#)
>
> Kind regards
> Taoufik
>



Re: Compression: Huffman Coding with Joy

by wodan58 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

--- In concatenative@..., "icpdesign" <taoufik.dachraoui@...> wrote:

>
> Dear,
>
> How do you implement the Huffman Coding with Joy?
>
> I would like to compare it with other languages (eg. F#)
>
> Kind regards
> Taoufik
>
Hello,

Huffman Coding seems like a nice algorithm to try my
new programming skills. Please bear in mind that this
is my first program in JOY.

http://home.kpn.nl/r.wiersma26/huffman.pdf
http://home.kpn.nl/r.wiersma26/hzip.txt
http://home.kpn.nl/r.wiersma26/hunzip.txt