oops, my mistake. The stack is :
>> 4 12
>> 3 11
>> 2 6 8 10
>> 1 5 _ 7 9
and yeh the values need to go from 1 and go up to n, where n is the amount of values, at the example n = 12.
Main Topics
Browse All Topics





by: Infinity08Posted on 2009-11-06 at 08:00:01ID: 25760253
>> 6 12
>> 5 11
>> 2 4 8 10
>> 1 3 _ 7 9 (this is an option) other option can be
I assume the 5 and 6 were supposed to be on the second stack here ?
Will the values always start from 1, and go up to n, where n is the amount of values ?