Friday, 29 May 2015

Question 12. 

Considering one of the innovations of the algorithm presented in "Building PQR trees in almost-linear time", published by Telles and Meidanis in 2005, it is correct to say that it:

A) Substitutes the comparing by patterns in PQ trees for a simpler algorithm, which relies only in the types of gray nodes and the LCA (Least Common Ancestor).
B) Separates the construction of PQR trees in two distinct parts, represented by the BUBBLE and REDUCE algorithms.
C) Makes an adaptation to the "Divide and Conquer" technique for dividing the starting tree into smaller sub-trees.
D) Uses a hash algorithm to reduce the amount of information related to white nodes.
E) None of the above.

(Original idea by: Adriano Batista Prieto || Translated by: Celso A. W. Santos)

Friday, 22 May 2015

Question 11. 

Consider the following genome below:

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

This genome can be sorted with a certain amount of block interchanges. According to the algorithm, which are the values for X when the sorting through block interchanges is applied, as well as the resulting Block Interchange Distance (BID)? (Consider Xi as the i-eth iteration of the sorting algorithm).

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

(Original idea by: Celso A. W. Santos)

Friday, 8 May 2015

Question 10. 

Consider the following adjacency graph:



The correct representation for genomes A and B and the DCJ distance between them are:

A) DCJdist = 3


B) DCJdist = 4
 

C)  DCJdist = 4


D) DCJdist = 5
 
E) None of the above.

(Original idea by: Celso A. W. Santos)









Friday, 1 May 2015

Question 9. 

Consider the following Genome below:




The correct πchr for for this genome is:

A) (C, -B, A) (F, G) (D, -E)
B) (-A, C, -B) (-F, G) (D, E)
C) (A, C, B) (F, G) (-E, D)
D) (B, A, C) (G, F) (-E, D)
E) None of the above.

(Original idea by: Celso A. W. Santos)