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
업데이트 날짜: 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