Today marks the 1 year anniversary of the launch of ProblemOTD. It's been a wild ride! To commemorate the day today's problem is an easy one. Simply post a link to your favorite past problem in the comments section below so that we can all rejoice. If you haven't solved your favorite problem yet go ahead and solve it already!
Comments:
Akshay Bist - 9 years, 9 months ago
Character frequency one of the few ProblemOTD's I've written actual code for, and made my first foray into Go with it.
reply permalink
asheehan - 9 years, 9 months ago
Weighted Dice is probably my favorite so far, because I discovered using ruby to scrap websites was extremely easy.
reply permalink
Anonymous - 9 years, 9 months ago
http://www.problemotd.com/problem/word-ladder/ Created a graph and shortest path. First foray into writing graph algorithms. A lot of fun to test all sorts of word connectivities.
reply permalink
Jt - 9 years, 9 months ago
I liked the work schedule problem, as it was a "real" world problem.
http://www.problemotd.com/problem/work-schedule/
The Lone Survivor problem was fun as well.
http://problemotd.com/problem/the-lone-survivor/
reply permalink
Anonymous - 9 years, 9 months ago
I enjoyed the problems that were self contained.
Clock Hands Bank Password Palindrome Numbers
reply permalink