// archives

Strings

This tag is associated with 11 posts

Project Euler 8 Solution

Discover the largest product of thirteen consecutive digits in the 1000-digit number.

Project Euler 13 Solution

Find the first ten digits of the sum of one-hundred 50-digit numbers.

Project Euler 16 Solution

Sum of the digits in 2^1000.

Project Euler 17 Solution

Count how many letters would be needed to write all the numbers in words from 1 to 1000.

Project Euler 20 Solution

Find the sum of the digits in 100!

Project Euler 22 Solution

Calculate the total of all the name scores in the file of first names.

Project Euler 42 Solution

Count how many ‘triangle words’ a list of common English words contain.

Project Euler 54 Solution

Compare hands in a game of poker and determine a winner

Project Euler 59 Solution

Using a brute force attack, decrypt the cipher using XOR encryption

Project Euler 89 Solution

Calculate characters saved by expressing Roman numerals in minimal form.