Align two sequences shown below using Needelman Wunschalgorithm. Use match score of 3, mismatch score of -3 and gappenalty score of 2 (note, you should subtract this from the scoringfunction).
Show:
a) dynamic programming matrix with scores
b) trace back pointers
c) alignment score sequences:
sequence 1: AGAGCTCACAA
sequence 2: AGTAGCTTCCAAA