Function bio::data_structures::bwt::bwtfind [] [src]

pub fn bwtfind(bwt: &BWTSlice, alphabet: &Alphabet) -> BWTFind

Calculate the bwtfind array needed for inverting the BWT. Complexity O(n).