Here I've put up some java solutions to various Project Euler programming problems. Project Euler defines itself as:
“Project Euler is a series of challenging mathematical / computer programming problems that will require more than just mathematical insights to solve. Although mathematics will help you arrive at elegant and efficient methods, the use of a computer and programming skills will be required to solve most problems.„
Most of the java solutions took between 10-30 minutes and are not purporting to be the most elegent, or efficient, java solutions available; they are just solutions. I am happy to hear of any suggested improvements! Whilst Project Euler states all solutions should be executable within 2 minutes, I attempt to keep each solution's execution to under 1 second.
More java solutions to project euler problems will be added over time (putting them into html)