Q. In sorting networks for INCREASING COMPARATOR with input x,y select the correct output X', Y' from the following options (Solved)
1. x\ = min { x , y } and y\ = min { x , y }
2. x\ = max { x , y } and y\ = min { x , y }
3. x\ = min { x , y } and y\ = max{ x , y }
4. x\ = max { x , y } and y\ = max { x , y }
- c. x\ = min { x , y } and y\ = max{ x , y }