Suffix Array

The objective is to illustrate suffix array computation. This does not include the search operation.

Vous suivez désormais cette soumission

main executing reference usage: usage_determineSuffixArray.m
sample run:
targetString = xabxa;
stringMatrix =
'xabxa$'
'abxa$'
'bxa$'
'xa$'
'a$'
suffixArray =
5 2 3 4 1
* Caveat: For educational reference only.
If the educational demo have more elegant presentation, please do not hesitate to suggest and send feedback to author.
Thank you.
Regards,
Michael Chan JT

Citation pour cette source

Michael Chan (2026). Suffix Array (https://fr.mathworks.com/matlabcentral/fileexchange/29058-suffix-array), MATLAB Central File Exchange. Extrait(e) le .

Catégories

En savoir plus sur Data Types dans Help Center et MATLAB Answers

Informations générales

Compatibilité avec les versions de MATLAB

  • Compatible avec toutes les versions

Plateformes compatibles

  • Windows
  • macOS
  • Linux
Version Publié le Notes de version Action
1.0.0.1

.

1.0.0.0