Suffix Array

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

現在この提出コンテンツをフォロー中です。

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

引用

Michael Chan (2026). Suffix Array (https://jp.mathworks.com/matlabcentral/fileexchange/29058-suffix-array), MATLAB Central File Exchange. に取得済み.

カテゴリ

Help Center および MATLAB AnswersData Types についてさらに検索

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.0.0.1

.

1.0.0.0