Please read the new rule regarding the restriction on the use of AI tools. ×

ghost016's blog

By ghost016, 13 years ago, In English

Hi,

Is there a easy way to learn suffix array ??? i am finding it bit difficult to understand and code.

Thanks.

  • Vote: I like it
  • -7
  • Vote: I do not like it

| Write comment?
13 years ago, # |
  Vote: I like it 0 Vote: I do not like it
It's basically radix sorting. Understand radix sorting and you're done.
13 years ago, # |
  Vote: I like it 0 Vote: I do not like it
@ilyaraz, please give me a good source where i can learn radix sort
13 years ago, # |
  Vote: I like it 0 Vote: I do not like it
check here.
13 years ago, # |
  Vote: I like it 0 Vote: I do not like it
Here's a forum post on TopCoder with great explanation and implementation.