Monday, June 23, 2008

Got the ninja coder sticker from Amazon for solving a programming puzzle! at the Velocity 2008 conference

4 comments:

Andy said...

nice. what was the puzzle?

Unknown said...

They had a algorithm, implemented a bit obscurely and the problem was to guess what the algorithm was - and it didn't take long to figure out that it was euclid's gcd algorithm. They had some sample outputs that served as hints..

It was a fun challenge.

--Vishal

Unknown said...

BTW - this was at oreilly's velocity 2008 conference.

pdxgirl503 said...

Bit didja figure out the better way of re-writing that code? It could be done much for efficiently in a single line.