Fun with algorithm: Pascal's Triangle
I saw a mention to the Pascal’s Triangle not that long ago and thought of writing some code to solve it. It’s a lot easier than the 8 queens puzzle and can be done easily under 10 minutes. I wrote it in Chrome’s snippet. The Javascript errors are not that...