1: \begin{abstract}
2: We study the IS-algorithm,
3: a well-known linear-time algorithm for
4: computing the suffix array of a word.
5: This algorithm relies on transforming the input
6: word~$w$ into another word, called the \emph{reduced}
7: word of~$w$, that will be at least
8: twice shorter; then, the algorithm recursively
9: computes the suffix array of the reduced word.
10: In this article,
11: we study the \emph{reduction ratio} of the
12: IS-algorithm, i.e., the ratio between the lengths
13: of the input word and
14: the word obtained after reducing~$k$
15: times the input word.
16: We investigate both worst cases, in which we
17: find precise results, and random cases,
18: where we prove some strong convergence phenomena.
19: Finally, we prove that, if the input word is a
20: randomly chosen word of length~$n$, we should not
21: expect much more than~$\log(\log(n))$ recursive
22: function calls.
23: \end{abstract}
24: