functional-way
functional-way copied to clipboard
Write small programs (eg -algorithms) in a functional way.
Added solutions to the transformerBST problem (which has a really nice solution in haskell) and the dice problem. Will add documentation and tests soon. Might also be a good idea...
The quick sort implemented in the folder Scala-Way is using a mutable array. Can/Should this be done in an immutable way?
The scala-way folder has property based testing using Scala Check. But I am not sure about how to go about with property based testing for Clojure in the folder Clojure-Way.