Discussion:
q1
(too old to reply)
aa
2011-11-22 01:55:20 UTC
Permalink
what is the max of an array containing only 1 element? is it 0 or that
element?

is a < b if a = {1,2,3} and b={1,2,3,4,5,6,7} for lexit?
thanks
Dan Lizotte
2011-11-22 14:52:37 UTC
Permalink
Post by aa
what is the max of an array containing only 1 element? is it 0 or that
element?
that element
Post by aa
is a < b if a = {1,2,3} and b={1,2,3,4,5,6,7} for lexit?
thanks
in your example, a is lexicographically strictly less than b

Loading...