This is a compilation of questions from Project Euler, a series of challenging mathematical/computer programming problems that test your ability to develop efficient algorithms. To provide a comparison, I time each problem in their respective language to see how long the program takes to arrive at the final answer. Project Euler has a one-minute rule for solving each of its questions, meaning that no program should take longer than a minute to run.
- Java-
java NumberX.java - Python (Using Python 3)-
python3 PEX - C-
- Ruby (Using Ruby 2.0)-
ruby PEX
