📄 randmzdbinst.html
字号:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD W3 HTML 2.0//EN">
<HTML lang="en-US">
<HEAD>
<TITLE>randomized binary search tree</TITLE>
<META name="description"
content="Definition of randomized binary search tree,
possibly with links to more information and implementations.">
<META name="keywords" content="randomized binary search tree">
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<H1>randomized binary search tree</H1>
<P>
(data structure)
<P>
<strong>Definition:</strong>
A <a href="binarysrchtr.html" tppabs="http://hissa.nist.gov/dads/HTML/binarysrchtr.html"><em>binary search tree</em></a> built using randomized insert and delete operations. No balance operations are done, and explicit balance information is unnecessary.
<P><em>Note:
Because of the randomization, the trees are always random, regardless of the number, kind and order of updates made. The expected worst-case is <a href="bigOnotation.html" tppabs="http://hissa.nist.gov/dads/HTML/bigOnotation.html"><em>O(log n)</em></a> for any update or search in a RBST of size <em>n</em>. <BR> <strong>C. Martinez and S. Roura</strong>. <em>Randomized Binary Search Trees</em>. Journal of the ACM, 45 (2):288-323, 1998</em>
<P>Author: <a href="terms.html#authorCM" tppabs="http://hissa.nist.gov/dads/terms.html#authorCM">CM</a>
<H2>More information</H2>
<A HREF="javascript:if(confirm('http://www.nist.gov/cgi-bin/exit_nist.cgi?url=http://www.lsi.upc.es/%7Etechreps/1997.html%23R97-8 \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://www.nist.gov/cgi-bin/exit_nist.cgi?url=http://www.lsi.upc.es/%7Etechreps/1997.html%23R97-8'" tppabs="http://www.nist.gov/cgi-bin/exit_nist.cgi?url=http://www.lsi.upc.es/%7Etechreps/1997.html%23R97-8">Randomized Binary Search Trees</A> and <A HREF="javascript:if(confirm('http://www.nist.gov/cgi-bin/exit_nist.cgi?url=http://www.lsi.upc.es/%7Etechreps/1998.html%23R98-48 \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://www.nist.gov/cgi-bin/exit_nist.cgi?url=http://www.lsi.upc.es/%7Etechreps/1998.html%23R98-48'" tppabs="http://www.nist.gov/cgi-bin/exit_nist.cgi?url=http://www.lsi.upc.es/%7Etechreps/1998.html%23R98-48">Randomized K-Dimensional Binary Search Trees</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>
(<a href="mailto:paul.black@nist.gov">paul.black@nist.gov</a>).
<p>
Entry modified Thu Feb 25 16:24:19 1999.<BR>
HTML page formatted Wed Dec 22 09:36:17 1999.
<P>
This page's URL is
<A href="randmzdbinst.html" tppabs="http://hissa.nist.gov/dads/HTML/randmzdbinst.html">http://hissa.nist.gov/dads/HTML/randmzdbinst.html</A>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -