Re: Standard library praise and challenge
- Posted by DerekParnell (admin) Sep 14, 2011
- 3228 views
bill said...
I don't see max or min of null ({}) being an error.
The empty sequence construct is not null. It is not the same as the NULL concept found in database systems. It is simply a set with no elements, a list with no items, a bag with nothing inside.
Given an empty bag, pick out the largest object.