Message 1 of 23
PROGRAMMING CHALLENGE 02/23 - CLOCK WISE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
This challenge is to use AutoLisp only to create a list of strings representing the times (HH:MM:SS) when the hour hand, minute hand, and second hand of an analog clock are all pointing in the same direction (angle) in one (1) rotation of the hour hand (12 hours).
I imagine it will require a few simple but clever formulas, and may even a (while) loop to converge on the solutions. I have done nothing as yet.
Yes, you may use a fuzz factor of 0.4 seconds or 2e-06 radians (if I converted that correctly).
Of course you should work on this only in your spare TIME. 🙂
John F. Uhden