editoperatin.html
来自「数据结构词典(英文)」· HTML 代码 · 共 46 行
HTML
46 行
<!DOCTYPE HTML PUBLIC "-//IETF//DTD W3 HTML 2.0//EN">
<HTML lang="en-US">
<HEAD>
<TITLE>edit operation</TITLE>
<META name="description"
content="Definition of edit operation,
possibly with links to more information and implementations.">
<META name="keywords" content="edit operation">
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<H1>edit operation</H1>
<P>
(definition)
<P>
<strong>Definition:</strong>
On a <a href="string.html" tppabs="http://hissa.nist.gov/dads/HTML/string.html"><em>string</em></a>, the operation of deletion, insertion, or substitution performed on a single symbol. On a <a href="tree.html" tppabs="http://hissa.nist.gov/dads/HTML/tree.html"><em>tree</em></a>, the deletion of a node v followed by the reassignment of all children of v to the node of which v was formerly a <a href="child.html" tppabs="http://hissa.nist.gov/dads/HTML/child.html"><em>child</em></a>, the insertion of a new node followed by the reassignment of some arcs departing from the parent of the new node, or the substitution of the label of one of the nodes with another label. Each edit operation may have an associated nonnegative real number representing its cost.
<P><em>Note:
From Algorithms and Theory of Computation Handbook, page 13-17, Copyright © 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>
(<a href="mailto:paul.black@nist.gov">paul.black@nist.gov</a>).
<p>
Entry modified Thu Jun 17 09:56:40 1999.<BR>
HTML page formatted Wed Dec 22 09:35:14 1999.
<P>
This page's URL is
<A href="editoperatin.html" tppabs="http://hissa.nist.gov/dads/HTML/editoperatin.html">http://hissa.nist.gov/dads/HTML/editoperatin.html</A>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?