Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 558 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 558 Bytes

my_huffman

Elm implementation of Huffman symbol coding

To build run elm make src/Main.elm --optimize --output docs/index.html Try it out now

Motivation:

I had recently learned about Functional Programming by studying Dan Grossman's Programming Languages courses. I am really excited about functional programming and I was excited to try out Elm and I was not disappointed. I am definetely planning to do more using Elm when I have more free time.