more simple programming problems

Jan 09, 2009 17:31

I made two decisions on the programming problem front: I'm going to do them in order from here on out, and I'm going to do them all in python.

Problem 100 (the first problem) is a pretty simple one, but my initial solution (in perl) had the interesting property of producing warnings about excessive recursion. My python version, linked below, eliminates that by "recursing" manually.

My solution. Still happy to take any comments on python style or anything else.
Previous post Next post
Up