Function bio::data_structures::bwt::bwtfind

source ·
pub fn bwtfind(bwt: &BWTSlice, alphabet: &Alphabet) -> BWTFind
Expand description

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