3 bit signed comparator 2

WBahn

Joined Mar 31, 2012
30,071
Think about what 2's complement is (not the "invert-and-add-one" monkey recipe, but what a base-N radix-complement representation means) and, more importantly, why it is favored on machines that can already do unsigned arithmetic and operations.

If that fails, then make your yourself a truth table and solve it just like any other random six-input function.
 
Top