###Date: 2016/10/19 ###Source: http://chara.epfl.ch/~dockermoocs/progfun1/patmat.zip ###Problem Description: Huffman encoding in Scala
Workshop Description: This session will start by a quick introduction to useful Scala functions and paradigm. We will then explain how does Huffman encoding/decoding works and write its algorithm in Scala. To save time, the tests for this session were already written.
#Retrospective
- The Scala presentation and explaining the exercise were helpful and clear
- It is nice to discover new languages features
- It was nice to see the how complicated and dirty it gets if we try to use non functional paradigm to implement functional code
- I liked practicing Scala and it was nice to write clean code