Home
Search
 
What's New
Index
Books
Links
Q & A
Newsletter
Banners
 
Feedback
Tip Jar
 
 
 
 
 
 
 
 
Old Pages
 
Old Index
Site Map
What's New
 
Books
How To
Tips & Tricks
Tutorials
Stories
Performance
Essays
Links
Q & A
New in VB6
Free Stuff
Pictures
 
 
 
TitleFind palindromic dates
Keywordsdates, palindromic dates, palindrome, puzzle
CategoriesPuzzles and Games
 
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.

 
 
Copyright © 1997-2003 Rocky Mountain Computer Consulting, Inc.   All rights reserved.
  Updated