in reply to Re^2: formatting output question (use of recursive subroutine?)
in thread formatting output question (use of recursive subroutine?)
Update: Following paragraph added
The bit mask isn't going to help by itself. It was just an idea for determining overlap. Because you require the matches on as fewest lines as possible, you have to try all possible combinations. This is why the problem is NP hard. I am assuming that for a given DNA sequence, the number of strands to place is quite large. If this assumption is correct, your perfect solution is going to be slow so you might want to look at a heuristic approach instead.
Cheers - L~R
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: formatting output question (use of recursive subroutine?)
by rogerd (Sexton) on Jul 30, 2008 at 01:44 UTC | |
by Limbic~Region (Chancellor) on Jul 30, 2008 at 02:34 UTC |