Project Euler: Problem 7

Posted on November 20th 2021 in Algorithms

Project Euler: Problem 7

A simple question from Project Euler, as usual, and - also as usual - a warning not to read further if you don't want to deprive yourself of the pleasure of looking for the solution.…

Read more…

Project Euler: Problem 6

Posted on May 24th 2021 in Algorithms

Project Euler: Problem 6

Time for a new problem from Project Euler. Admittedly, a fairly easy problem to solve - you don't even need to be able to program for it, as long as you can work with software such as Excel. Of course I do not only want to find the right solution, but also a way with which we can also solve the same problem if the limits are slightly higher. Feel free to read on for the solution and for a quick and simple algorithm.…

Read more…

Project Euler: Problem 5

Posted on January 9th 2021 in Algorithms

Project Euler: Problem 5

Ever wondered how to find the smallest multiple of consecutive numbers? The people at Project Euler too. Below the fifth problem and a possible solution.…

Read more…

Project Euler: Problem 4

Posted on November 14th 2020 in Algorithms

Project Euler: Problem 4

Time for a new problem, and a possible solution, from Project Euler: searching for palindromic numbers. As always, stop reading if you want to find the solution yourself.…

Read more…

Project Euler: Problem 3

Posted on October 17th 2020 in Algorithms

Project Euler: Problem 3

Don't read further if you don't want a spoiler, because today I'm going to dive into Project Euler's third problem. A problem with prime numbers this time.…

Read more…