Post Reply 
User RPL Micro-Challenge: Sort list of dates
09-03-2017, 09:46 AM
Post: #1
User RPL Micro-Challenge: Sort list of dates
Here's a User RPL programming challenge that's so mini it's micro. Good for a momentary diversion. Since it's so simple, be sure to attempt it before looking at the solutions posted below.

Input: A list of valid dates in the current DMY or MDY mode.
Output: The same list, sorted into ascending historical order.
Note: Program must use current DMY/MDY format for input and leave that setting the same when it exits.

Example in MDY mode:
{ 8.191955 9.032017 7.041776 } --> { 7.041776 8.191955 9.032017 }

Winner: Smallest program in bytes.

<0|ΙΈ|0>
-Joe-
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
User RPL Micro-Challenge: Sort list of dates - Joe Horn - 09-03-2017 09:46 AM



User(s) browsing this thread: 1 Guest(s)