who can help me with suffix tree construction?
-
I need help,I need construct a suffix tree for large string data. content:the string is read from a inputfile(*txt).The size of the txt should be over 30M.the string include only A,G,C,T.(biography sequence). the output should include string match and the LCP. And I cannot solve this problem. so I help all of you. Please help me with solve this problem. thank you all.
-
I need help,I need construct a suffix tree for large string data. content:the string is read from a inputfile(*txt).The size of the txt should be over 30M.the string include only A,G,C,T.(biography sequence). the output should include string match and the LCP. And I cannot solve this problem. so I help all of you. Please help me with solve this problem. thank you all.
you want to add 30M long nucleotide sequences to suffix tree... :-D see this link: http://mila.cs.technion.ac.il/~yona/suffix_tree/[^]
Mukesh Kumar Software Engineer