Finding Max (continued)
•Round 1: m = 3
      v1       v2        v3
v1    -     v1 : v2  v1 : v3
v2    -         -      v2 : v3
v3    -         -          -
      x1       x2       x3
      1        1        1
      v1       v2       v3
      20       3       34
      x1       x2       x3
      0        0        1
For groups of size 3, three tests can find max, i.e. 3 procesors
Schedule
Input
Output
Knock out