Ascent
Building great products is hard. Let's get better at it.

TAG: Project Euler STUFF

3 posts

Even Fibonacci Numbers

A second introductory problem, this time introducing integer sequences reliant on previous values.

The problem

The Fibonacci sequence is an integer sequence obtained by adding the previous two terms. For the purposes


Counting Rectangles

A geometric counting problem based strongly on a single mathematical pattern. My solution ended up needing some arbitrary loop limits, which tends to suggest a lapse in understanding. The completed script finished


Multiples of 3 and 5

A modified popular interview question serves as an introduction to loops, summations and modulus.

The problem

The objective of the first project euler problem is to find the sum of all numbers,


Load more posts