Tagged Questions

18
votes
38answers
4k views

Programming Riddle: Counting down without subtracting

Ok, goal by example : a command-line app that does this: Countdown.exe 7 prints 7 6 5 4 3 2 1 No form of subtracting (including use of the minus sign) or string reverse what so ever is allowed. ...
17
votes
21answers
3k views

Programming Riddle: How might you translate an Excel column name to a number?

I was recently asked in a job interview to resolve a programming puzzle that I thought it would be interesting to share. It's about translating Excel column letters to actual numbers, if you recall, ...
3
votes
3answers
303 views

Just for fun - getting started on a tricky PHP logic problem

As a means of improving my skill as a PHP developer I often challenge myself with problems from the site Programming Praxis. 99% of the time I can solve the riddles myself, but I'm jammed on this one ...