Help me dissect this code for suffix array

Revision en1, by v-O_O-v, 2019-08-11 11:34:11

So I was learning suffix array and how to implement it. I was not able to implement it myself so I took unused code for constructing suffix array I was able to understand the initial steps but was not able to understand what is happening after the 'Start' in code below. Please help me. Thanks.

Code
Tags #suffix_array

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English v-O_O-v 2019-08-11 11:34:11 1568 Initial revision (published)