Suffix Array

版本 1.0.0.0 (2.1 KB) 作者: Michael Chan
The objective is to illustrate suffix array computation. This does not include the search operation.
443.0 次下载
更新时间 2010/10/16

查看许可证

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

引用格式

Michael Chan (2024). Suffix Array (https://www.mathworks.com/matlabcentral/fileexchange/29058-suffix-array), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2010a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Data Types 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0