Q.

In sorting networks for INCREASING COMPARATOR with input x,y select the correct output X', Y' from the following options

A. x\ = min { x , y } and y\ = min { x , y }
B. x\ = max { x , y } and y\ = min { x , y }
C. x\ = min { x , y } and y\ = max{ x , y }
D. x\ = max { x , y } and y\ = max { x , y }
Answer» C. x\ = min { x , y } and y\ = max{ x , y }
1.5k
0
Do you find this helpful?
16

Discussion

AS

Ajeet Sidhu
1 week ago

What is the purpose of using a sorting network for increasing comparator?
1