itsaphel / project-euler

My solutions to Project Euler problems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Euler - Personal Solutions

A collection of code solutions to Project Euler problems.

Solutions are written in Java or Scala.

Note that these are personal solutions that I've came up with as I go through some of the Project Euler problems. It isn't meant to be an archive to check your solutions against. The solution may not always be the most efficient, and multiple solutions may exist within a single class file (under different methods), the efficiency of one over another may be annotated.


Released under the MIT license.

About

My solutions to Project Euler problems

License:MIT License


Languages

Language:Java 80.8%Language:Scala 19.2%