Monday, August 25, 2014

Euler Project: Problem 3 in Clojure

This is my solution in Clojure to the third problem from Euler project:


The largests-prime-factor function can be also written in this alternative way using Clojure's ->> macro:

No comments:

Post a Comment