The problem: Find the largest product of 4 adjacent numbers in a 20×20 grid. Numbers can be adjacent in any direction, vertical, horizontal, diagonal. http://projecteuler.net/problem=11 My solution (in java):
Project Eurler Problem 10
Here’s the problem: Find the sum of all primes less than 2,000,000 projecteuler.net/problem=10 My solution:
Project Euler Problem 30
My solution to Project Euler Problem 30. Here’s the problem: Surprisingly there are only three numbers that can be written as the sum of fourth powers of their digits: 1634 = 14 + 64 + 34 + 44 8208 = 84 + 24 + 04 + 84 9474 = 94 + 44 + 74 + […]
Project Euler Solutions
In addition to my work at school and on Programming Praxis exercises, I spend time working on problems from Project Euler. Currently, I have solved 13 problems. My solutions can be found here. I trust my visitors will not use my solutions to cheat on Project Euler problems. First, that’s unethical. Second, there are many […]