📄 discretintrv.html
字号:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD W3 HTML 2.0//EN">
<HTML lang="en-US">
<HEAD>
<TITLE>discrete interval encoding tree</TITLE>
<META name="description"
content="Definition of discrete interval encoding tree,
possibly with links to more information and implementations.">
<META name="keywords" content="discrete interval encoding tree">
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<H1>discrete interval encoding 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> which stores consecutive values as intervals.
<P><em>Note:
Each <a href="node.html" tppabs="http://hissa.nist.gov/dads/HTML/node.html"><em>node</em></a> is an interval signifying consecutive values, instead of a single value. This is better than if there are many sets of consecutive values.</em>
<P>Author: <a href="terms.html#authorPEB" tppabs="http://hissa.nist.gov/dads/terms.html#authorPEB">PEB</a>
<H2>Implementation</H2>
<A HREF="javascript:if(confirm('http://www.nist.gov/cgi-bin/exit_nist.cgi?url=http://www.informatik.fernuni-hagen.de/import/pi4/erwig/diet/diet.sml.txt \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.informatik.fernuni-hagen.de/import/pi4/erwig/diet/diet.sml.txt'" tppabs="http://www.nist.gov/cgi-bin/exit_nist.cgi?url=http://www.informatik.fernuni-hagen.de/import/pi4/erwig/diet/diet.sml.txt">insert, delete, and member (ML)</A>, <A HREF="javascript:if(confirm('http://www.nist.gov/cgi-bin/exit_nist.cgi?url=http://www.informatik.fernuni-hagen.de/import/pi4/erwig/diet/diet.hs.txt \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.informatik.fernuni-hagen.de/import/pi4/erwig/diet/diet.hs.txt'" tppabs="http://www.nist.gov/cgi-bin/exit_nist.cgi?url=http://www.informatik.fernuni-hagen.de/import/pi4/erwig/diet/diet.hs.txt">insert, delete, and member (Haskell)</A>
<H2>More information</H2>
<A HREF="javascript:if(confirm('http://www.nist.gov/cgi-bin/exit_nist.cgi?url=http://www.fernuni-hagen.de/inf/pi4/erwig/diet/ \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.fernuni-hagen.de/inf/pi4/erwig/diet/'" tppabs="http://www.nist.gov/cgi-bin/exit_nist.cgi?url=http://www.fernuni-hagen.de/inf/pi4/erwig/diet/">Discrete Interval Encoding Trees</A> with links to implementations. Abstract and links to full text of <A HREF="javascript:if(confirm('http://www.nist.gov/cgi-bin/exit_nist.cgi?url=http://www.informatik.fernuni-hagen.de/import/pi4/erwig/papers/abstracts.html%23JFP98 \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.informatik.fernuni-hagen.de/import/pi4/erwig/papers/abstracts.html%23JFP98'" tppabs="http://www.nist.gov/cgi-bin/exit_nist.cgi?url=http://www.informatik.fernuni-hagen.de/import/pi4/erwig/papers/abstracts.html%23JFP98">Diets for Fat Sets</A> from Journal of Functional Programming, Vol. 8, No. 6, 1998.
<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 Wed Feb 17 13:11:59 1999.<BR>
HTML page formatted Wed Dec 22 09:35:10 1999.
<P>
This page's URL is
<A href="discretintrv.html" tppabs="http://hissa.nist.gov/dads/HTML/discretintrv.html">http://hissa.nist.gov/dads/HTML/discretintrv.html</A>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -