Project Euler : Problem 18 - Maximum path sum I
Problem Statement : Maximum path sum I Problem 18 : By starting at the top of the triangle below and moving to adjacent numbers on the row below, the maximum...
Problem Statement : Maximum path sum I Problem 18 : By starting at the top of the triangle below and moving to adjacent numbers on the row below, the maximum...
Problem Statement : Number letter counts Problem 17 : If the numbers to are written out in words: one, two, three, four, five, then there are letters used...
Problem Statement : Power digit sum Problem 16 : and the sum of its digits is . What is the sum of the digits of the number ? Concept and Theory This is a ...
Problem Statement : Lattice paths Problem 15 : Starting in the top left corner of a 2×2 grid, and only being able to move to the right and down, there are ex...
Problem Statement : Longest Collatz sequence Problem 14 :The following iterative sequence is defined for the set of positive integers: Using the rule abov...
Problem Statement : Large sum Problem 13 : Work out the first ten digits of the sum of the following one-hundred -digit numbers. 371072875339021027987979982...
Problem Statement : Highly divisible triangular number Problem 12 : The sequence of triangle numbers is generated by adding the natural numbers. So the th tr...
Definitions Factors : The parts that make up the whole number. The factors of a number are the numbers that, when multiplied together, make up the original n...
Problem Statement : Summation of primes Problem 11 : In the grid below, four numbers along a diagonal line have been marked in red. 08 02 22 97 38 15 00 40...
Problem Statement : Summation of primes Problem 10 : The sum of the primes below is . Find the sum of all the primes below two million. Concept and Theory...