Project Euler 12 - Highly divisible triangular number
Project Euler 12 - Highly divisible triangular number
Official link: https://projecteuler.net/problem=12
Thought Process
Thought Process
We can quickly find nth Triangular Number, then we can use my Divisor Function in my essential functions
Interactive Code
Interactive Code
Input an integer (yourinput)
Code will output the first triangle number to have over yourinput divisors