📄 binomialheap.html
字号:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD W3 HTML 2.0//EN">
<HTML lang="en-US">
<HEAD>
<TITLE>binomial heap</TITLE>
<META name="description"
content="Definition of binomial heap,
possibly with links to more information and implementations.">
<META name="keywords" content="binomial heap">
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<H1>binomial heap</H1>
<P>
(data structure)
<P>
<strong>Definition:</strong>
A <a href="priorityque.html" tppabs="http://hissa.nist.gov/dads/HTML/priorityque.html"><em>priority queue</em></a> made of a <a href="forest.html" tppabs="http://hissa.nist.gov/dads/HTML/forest.html"><em>forest</em></a> of <a href="binomialtree.html" tppabs="http://hissa.nist.gov/dads/HTML/binomialtree.html"><em>binomial trees</em></a> with the <a href="heapproperty.html" tppabs="http://hissa.nist.gov/dads/HTML/heapproperty.html"><em>heap property</em></a> numbered k=0, 1, 2, ..., n, each containing either 0 or 2<sup>k</sup> <a href="node.html" tppabs="http://hissa.nist.gov/dads/HTML/node.html"><em>nodes</em></a>. Each tree is formed by linking two of its predecessors, by joining one at the <a href="root.html" tppabs="http://hissa.nist.gov/dads/HTML/root.html"><em>root</em></a> of the other. The operations of insert a value, decrease a value, delete a value, and merge or join (<a href="meld.html" tppabs="http://hissa.nist.gov/dads/HTML/meld.html"><em>meld</em></a>) two queues take <a href="bigOnotation.html" tppabs="http://hissa.nist.gov/dads/HTML/bigOnotation.html"><em>O( log n)</em></a> time. The find minimum operation is a constant <a href="theta.html" tppabs="http://hissa.nist.gov/dads/HTML/theta.html"><em> <img src="Theta-1.gif" tppabs="http://hissa.nist.gov/dads/HTML/Images/Theta.gif" border=0 height=10 width=8 alt="Capital Theta">(1)</em></a>.
<P><strong>See also</strong>
<a href="fibonacheap.html" tppabs="http://hissa.nist.gov/dads/HTML/fibonacheap.html"><em>Fibonnaci heap</em></a>.
<P><em>Note:
Binomial heaps are so called because the number of nodes at each level of each subtree is a binomial coefficient. Sometimes called a binomial queue. After LK.</em>
<P>Author: <a href="terms.html#authorPEB" tppabs="http://hissa.nist.gov/dads/terms.html#authorPEB">PEB</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 Fri Jul 16 09:12:49 1999.<BR>
HTML page formatted Wed Dec 22 09:34:48 1999.
<P>
This page's URL is
<A href="binomialheap.html" tppabs="http://hissa.nist.gov/dads/HTML/binomialheap.html">http://hissa.nist.gov/dads/HTML/binomialheap.html</A>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -