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