suffix_array is function giving every suffix, suffix array as string and in vector of order, finally invers suffyx array in vector order.
1 | suffix_array(slovo)
|
input is sequence; outputs: suffix conteins all posible suffixes, abeceda is an array of all suffixes of A in lexicographical order, poradi is vector of order abeceda, inverz is invers suffix array
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.