Uh oh!
There was an error while loading. Please reload this page.
Adding Simpler Solutions Project Euler - #335
Conversation
Added question for new solution
This reverts commit 1b6b732.
Update of Fork
Added 3 line code for solving question 16 of Project Euler
AnshulMalik
commented
Sep 28, 2018
@sayan97 Awesome, it'd really help if you add some comments telling what it does or simplify it a bit, so that it's easy to understand. :) |
satanb4
commented
Sep 28, 2018
Uses list comprehension to decrease the time complexity and speeds up the overall program. |
seamountzh
left a comment
There was a problem hiding this comment.
Out and inner variable are same,will they effect each other?
satanb4
commented
Feb 5, 2019
Variable declaration is not taking place. Works as iterator like in generators. |
cclauss
commented
Sep 10, 2019
This solution seems incompatible with the other solution. |
A simpler code has been added to project euler #16