Quote:
Originally Posted by freebeard
Sorting is nontrivial to programmers:
|
No. Sorting is non-trivial to computer science students. Once you pass the basic algorithms course, about all you do is call qsort (or equivalent function in your employer's language of choice) when you need a program to sort something. Or call the sort function in your editor, use "ls -rt" if you want a list of files sorted by date, &c.