Have you tried using recursive backtracking with a global results table? Also, what is your minimum size of a subsequence? 1,2,3 elements?
Hi
I did not understand what you mean by global results table. but I dont see any benefit from backtracking. I mean what's different for ex it's possible that all higher numbers were at first of seq.
anyway, there is not any limit on minimum sous-seq size. il cab be simply one item.
Thanks for reply.