1
0
www.mikescher.com/www/statics/euler/Euler_Problem-102_explanation.md
2017-11-20 18:28:21 +01:00

381 B

Not much to say here, a bit of input parsing, then looping through all lines and testing the triangles with this basic algorithm.

Because the program is already pretty fast we don't spend much time optimizing it, that means most variables have fixed grid values, even though I could optimize a few to live only on the stack.