suffixarray.html

来自「数据结构词典(英文)」· HTML 代码 · 共 48 行

HTML
48
字号
<!DOCTYPE HTML PUBLIC "-//IETF//DTD W3 HTML 2.0//EN">
<HTML lang="en-US">
<HEAD>
<TITLE>suffix array</TITLE>
<META name="description"
  content="Definition of suffix array,
	possibly with links to more information and implementations.">
<META name="keywords" content="suffix array">
</HEAD>
<BODY BGCOLOR="#FFFFFF">

<H1>suffix array</H1>
<P>
(data structure)

<P>
<strong>Definition:</strong>
An <a href="array.html" tppabs="http://hissa.nist.gov/dads/HTML/array.html"><em>array</em></a> of all the <a href="suffix.html" tppabs="http://hissa.nist.gov/dads/HTML/suffix.html"><em>suffixes</em></a> of a <a href="string.html" tppabs="http://hissa.nist.gov/dads/HTML/string.html"><em>string</em></a> in <a href="lexicgrphcl.html" tppabs="http://hissa.nist.gov/dads/HTML/lexicgrphcl.html"><em>lexicographical order</em></a> to be able to perform a <a href="binarysrch.html" tppabs="http://hissa.nist.gov/dads/HTML/binarysrch.html"><em>binary search</em></a>.
<P><strong>See also</strong>
<a href="suffixtree.html" tppabs="http://hissa.nist.gov/dads/HTML/suffixtree.html"><em>suffix tree</em></a>, <a href="suffixautmtn.html" tppabs="http://hissa.nist.gov/dads/HTML/suffixautmtn.html"><em>suffix automaton</em></a>.
<P><em>Note:
It can be constructed in <a href="bigOnotation.html" tppabs="http://hissa.nist.gov/dads/HTML/bigOnotation.html"><em>O(n  log n)</em></a> time. <P> From Algorithms and Theory of Computation Handbook, page 11-23, Copyright &copy; 1999 by CRC Press LLC.</em>
<P>Author: <a href="terms.html#authorCRC-A" tppabs="http://hissa.nist.gov/dads/terms.html#authorCRC-A">CRC-A</a>

<hr>

Go to the
<A HREF="terms.html" tppabs="http://hissa.nist.gov/dads/terms.html">Algorithms, Data Structures, and Problems</A>
home page.

<hr>

If you have suggestions, corrections, or comments, please get in touch
with
<a href="javascript:if(confirm('http://hissa.nist.gov/~black/black.html  \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address.  \n\nDo you want to open it from the server?'))window.location='http://hissa.nist.gov/~black/black.html'" tppabs="http://hissa.nist.gov/~black/black.html">Paul E. Black</a>
&nbsp;(<a href="mailto:paul.black@nist.gov">paul.black@nist.gov</a>).

<p>
Entry modified Thu Jun 17 15:50:19 1999.<BR>
HTML page formatted Wed Dec 22 09:36:40 1999.

<P>
This page's URL is
<A href="suffixarray.html" tppabs="http://hissa.nist.gov/dads/HTML/suffixarray.html">http://hissa.nist.gov/dads/HTML/suffixarray.html</A>

</BODY>
</HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?