Search Results
- of 1
-
David Morton: Adventures in F#: Euler Problem 12So the question is "What is the first triangle number to have over 500 divisors?" My first attempt at solving this question included a brute force method of creating a sequence containing all of the potential divisors for a particular number, and then, using the modulus operator, filter this ...
davidmmorton
added
8 months ago
- SHARE
- VIEW IN TWINES (2)
- VIEW WEB PAGE