Harsh J

Memoirs of a QWERTY Keyboard

An old yet complex Programming Puzzle

with one comment

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! :D

Written by Harsh

November 27th, 2007 at 6:52 pm

Posted in Fun, Internet

Tagged with , , ,

One Response to 'An old yet complex Programming Puzzle'

Subscribe to comments with RSS or TrackBack to 'An old yet complex Programming Puzzle'.

  1. [...] 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 [...]

Leave a Reply