functional-way icon indicating copy to clipboard operation
functional-way copied to clipboard

Write small programs (eg -algorithms) in a functional way.

Results 3 functional-way issues
Sort by recently updated
recently updated
newest added

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?

enhancement
good first issue
question

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.

help wanted