Newbie (I know the rule against no homework question, but . . .)
I have to write a complementary pair of routines, min_str() and max_str(), that will return the minimum and maximum terms in a sorted list by location, not lenght. Minimum being the first and Maximum being the last. Would using the "gt" and "lt" operators be the better way?
In reply to Rountines
by bmhm