[BangPypers] I have solved some of the project euler problems in python

Sreenivas Reddy T thatiparthysreenivas at gmail.com
Tue Jan 17 09:56:56 CET 2012


>
> My key insight when solving these using Python was how I was able to
> use techniques like memoizing using generators
>

Yep. my code base is full of generators. The take away from euler problems
,for me is , i lost the fear of mathematics and cool tricks with recursion.
https://gist.github.com/1625699


More information about the BangPypers mailing list