The date 10/02/2001 is a palindrome (the same forward and backward) if you remove the slashes 10022001.
The puzzle is to write a program to find other palindromic dates.
80 points
Write a program to generate all palindromic dates.
90 points
Write a program that generates all palindromic dates and only examines a few non-palindromic dates.
100 points
Write a program that generates all palindromic dates in order and only examines a few non-palindromic dates.
(No, the points aren't worth anything ;-)
Download the example program for one solution.
|