-
Archives
Recent Comments
- roman on How to decode the Nikon DSLR firmware
- Simeon on How to decode the Nikon DSLR firmware
- Barry on How to decode the Nikon DSLR firmware
- Simeon on Expectation Stress
- Rand Thompson on Expectation Stress
Monthly Archives: May 2010
Planet Money Podcast
Just completed the Planet Money podcast listener survey, and one of the question was about recommending the podcast. I have given it a good rate in iTunes, but will also recommend it here: If you are interested in a down … Continue reading
Programming Challenges: 110701 Light. More light
Today’s problem was Light. More Light, and I knew the naive solution would timed-out, and no surprise when it did. I then looked to reduce the number of calculations, and that also timed-out. The end solution was to see the … Continue reading
Programming Challenges: Compilation error
If you get a Compilation Error message when you submit a problem solution, go to the Statistics page, and then open your latest submission to see the actual error messages. Annoying, but better than guessing what’s wrong.
Programming Challenges: 110501 Primary Arithmetic
Primary Arithmetic Not a too tricky a problem here, took two attempts because I forgot to clear the carry flag in the non-carry case.
Programming Challenges Problems – Easiest to Hardest
After completing the The Stern-Brocot Number System problem the other day, I pondered which problem to solve next. So I created a Excel spreadsheet to hold all 112 problems, and then sorted it by number of Users Solved to see … Continue reading