Sept. 22, 2015, 5:42 a.m. by Rosalind Team
The Last-to-First array, denoted LastToFirst(i), answers the following question: given a symbol at position i in LastColumn, what is its position in FirstColumn?
Given: A string Transform and an integer i.
Return: The position LastToFirst(i) in FirstColumn in the Burrows-Wheeler matrix if LastColumn = Transform.
T$GACCA 3
1