unsorted integer array size n.
unmodifiable list of "less than" / "greater than" operators.
place elements from int array in between each "<" and ">" operator so that every comparison holds true.
e.g.
6, 2, 8, 1, 3, 9, 4, 0, 5, 7
<, >, <, <, <, >, <, >, >
answer:
0 < 9 > 1 < 2 < 3 < 8 > 4 < 7 > 6 > 5