An old yet complex Programming Puzzle
Found this today while browsing del.icio.us.
Visit: The Python Challenge
(Actually its not necessary you should use Python just cause its named so. Its a regular programming puzzle and you should do just fine with any modern language such as PHP or Java as well. C/C++ might be a bit tedious for use here.)
The good thing about this kind of a challenge is that you never ever would encounter a dead end. Its all possible and you probably know how too, but the answer always depends on how you implement your program to solve things for you. Awesome way to learn and practice code!
Am currently on level 5, having just begun. There are a total of 33 levels currently.
Note: If you are solving it, please refrain from posting spoilers here. Defeats the purpose of the entire ‘programming puzzle‘ if you post code, etc. You may post tips though, that’d be helpful, or at maximum, the basic under-lying algorithm required to crack it.
Enjoy! ![]()
[...] post’s topic: The Look and Say Sequence, which I found today while solving the level 10 of The Python Challenge, is a very odd sequence of numbers which are formed by counting and spelling out the digits [...]
Look and Say Sequence - Harsh J
29 Nov 07 at 1:17 am