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

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

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