Find larger of 2 elements without branching
Given two unsigned integers, find the larger (or smaller) of the two without using branching (if-else or conditional operator).
Given two unsigned integers, find the larger (or smaller) of the two without using branching (if-else or conditional operator).