top of page

Problem 17

This is a C++ solution to Project Euler problem 17 found at: https://projecteuler.net/problem=17

My Algorithm

For this problem, we are asked to find the number of letters used if we were to write out the numbers 1 to 1000. We do not need to use code for this problem. Instead, we can use our pattern recognition skills to find the solution. The full explanation is commented on in my code below. This is not a fun problem.

Full Solution on GitHub

© 2023 by Matthew Woodring

    bottom of page