| s | A | C | G | T | _ |
| A | 2 | -2 | -3 | -1 | -4 |
| C | 1 | -1 | -1 | -1 | |
| G | 1 | -1 | -2 | ||
| T | 2 | -8 | |||
| _ | 0 |
In particular, (1) identify the subproblems; (2) write the recurrence that computes the optimal value for each subproblem; (3) draw and fill in the table, including appropriate arrows; and (4) give the optimal value for S1 and S2 and an optimal global alignment that demonstrates this optimal value.
In particular, (1) identify the subproblems; (2) write the recurrence that computes the optimal value for each subproblem; (3) draw and fill in the table, including appropriate arrows; and (4) give the optimal value for S1 and S2 and an optimal global alignment that demonstrates this optimal value.
Please report any problems found in these pages to:
CS5984 Class Account (algnbio@courses.cs.vt.edu)