Name: eye 2012-04-04 16:06
Alright geniuses, if you think your programming ability is up to par, lets see you solve this:
Write an algorithm which in O(n) time finds 3 indices i, j, and k such that i < j < k and array[i] < array[j] < array[k].
Write an algorithm which in O(n) time finds 3 indices i, j, and k such that i < j < k and array[i] < array[j] < array[k].