View Single Post
  #3 (permalink)  
Old 04-22-2008, 03:42 PM
hassanJava hassanJava is offline
Member
 
Join Date: Apr 2008
Posts: 2
hassanJava is on a distinguished road
Quote:
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.
Reply With Quote