Euler 0.1.0-SNAPSHOT
Released under the MIT License
My Project Euler solutions, written in Clojure.
Installation
To install, add the following dependency to your project or build file:
[euler "0.1.0-SNAPSHOT"]
Namespaces
euler.helper
Public variables and functions:
- &
- abundant-sum?
- abundant?
- abundants
- amicable?
- benchmark
- collatz
- combinations
- count-divisors
- digits
- exp-by-square
- factor-any
- factor?
- factorial
- factorials
- factors
- fibs
- get-primes
- lattice-paths
- least-common-multiple
- max-prime
- memo-collatz
- narcissistic?
- next-collatz
- p
- palindrome?
- pandigital?
- parse-grid
- permutations
- phi
- prime-factors
- prime-fast?
- prime?
- primes
- product
- rotations
- singles
- sum-of-factors
- tens
- to-words
- triangle?
- triangles
- truncate