|
|
|
|
|
by thunk
6141 days ago
|
|
1) MAXINT is already a special case, so testing inclusively doesn't introduce extra accidental complexity. 2) If you test the upper bound inclusively, then the upper bound of the previous subseq is not the lower bound of the next subseq. 3) I misinterpreted GP. Scratch that :) |
|
2) Sorry, I don't have a clue what you mean. What's the difference between tests on subseqs from 0 or 1 based arrays?