Lines Matching full:given
68 * Constructs the suffix array of a given string.
71 * @param n The length of the given string.
79 * Constructs the burrows-wheeler transformed string of a given string.
83 * @param n The length of the given string.
100 * Constructs the burrows-wheeler transformed string of a given string and suffix array.
104 * @param n The length of the given string.
115 * Inverse BW-transforms a given BWTed string.
119 * @param n The length of the given string.
130 * Checks the correctness of a given suffix array.
133 * @param n The length of the given string.
144 * @param Tsize The length of the given string.
146 * @param Psize The length of the given pattern string.
148 * @param SAsize The length of the given suffix array.
162 * @param Tsize The length of the given string.
164 * @param SAsize The length of the given suffix array.