“…Suppose the set D = {10, 0, 21,41,89,7,21,22,14,10,21,7,10,21,24, 28} of integers is given. Sorting permits the following sorted set {0, 7,7,10,10,10,14,21,21,21,21,22,24,28, 41, 89} to be produced. In the next step, all pairs of adjacent items are compared, and the vector V is built: V = (010110011100000), where the left 0 is the result of the comparison of 0 and 7, the next 1 is the result of the comparison of 7 and 7, the next 0 is the result of comparison of 7 and 10, etc.…”