Monday, May 25, 2015

056-2015

MO640 - Multiple-choice question

Consider the unichromosomal genome below:

+1 +6 +2 +4 +7 +5 +3

This genome can be optimally sorted with a certain number of block interchanges. What are the successive values for X when the
standard algorithm for sorting by block interchanges, due to Christie, is applied, and what is the resulting Block Interchange Distance (BID)? (Consider Xi as the value used in the i-th iteration of the sorting algorithm).

A)
X1 = 2; X2 = 3; X3 = 4. BID = 3.
B)
X1 = 1; X2 = 3; X3 = 4; X4 = 6. BID = 4.
C)
X1 = 2; X2 = 4; X3 = 5. BID = 3.
D)
X1 = 2; X2 = 3; X3 = 4; X4 = 5. BID = 2.
E) None of the above.


Original idea by: Celso A. W. Santos

No comments:

Post a Comment