Sort - Less than Operator
Table of Contents
About
less than is a comparison operator that creates a binary relationship.
Articles Related
Representation
Set of tuples
The relation less than or equal to (<=) on the set of integers {1, 2, 3} is the following set of tuple
<1, 1>,
<1, 2>,
<1, 3>,
<2, 2>,
<2, 3>,
<3, 3>