Project Euler Problem #15 (in progress)
Solving this problem requires an understanding of Pascal’s Triangle, “…triangular array of the binomial coefficients in a triangle.” TL;DR: The integers in each row is equal to the sum of the two above it. While I still do not have a fully working solution for problem 15, I have written a heavy-handed Pascal’s Triangle generator. [...]