Suffix Array
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.
Email: promethevx@yahoo.com.
Thank you.
Regards,
Michael Chan JT
Zitieren als
Michael Chan (2025). Suffix Array (https://www.mathworks.com/matlabcentral/fileexchange/29058-suffix-array), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Plattform-Kompatibilität
Windows macOS LinuxKategorien
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
Version | Veröffentlicht | Versionshinweise | |
---|---|---|---|
1.0.0.0 |