ProjectEuler. Various Project Euler problems solved with Kotlin

github.com/andrewgazelka/ProjectEuler

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

April 2021
  • Create README.md
April 2019
  • make problem 2 functional
  • slight refactor
  • make problem 1 use top level functions
  • add solution for problem 6
  • add combinatorical method to find divisors
  • solve problem 12
  • add triangle num generator
  • solve 108 (brute force)
  • add incrementingSequence
  • fix factors
  • fix isSpecialSubset
March 2019
  • solve 103
  • change unit test folders
  • 33 should have been 31
  • solve problem 33
February 2019
  • uncomitted changes
  • finish problem 3
  • add problem 2
  • finish problem 1