tut5.html

来自「Data Structure Ebook」· HTML 代码 · 共 43 行

HTML
43
字号
<HTML><HEAD>
<TITLE>Data Structures and Algorithms: Tutorial Problems 5</TITLE>

<META name="description" content="Data Structures and Algorithms Course Notes,
PLDS210 University of Western Australia">
<META name="keywords" content="data structures,algorithms,abstract data types ">
</HEAD>
<BODY BGCOLOR="#ffffff">
<TABLE BGCOLOR="#00c0f0" WIDTH="100%" CELLSPACING=0 CELLPADDING=0>
<TR BGCOLOR="#00f0f0"><TD ALIGN=right>
<FONT FACE=helvetica SIZE=+1><I>Data Structures and Algorithms</I></FONT>
</TD></TR>

<TR><TD><FONT FACE=helvetica SIZE=+2><B>Tutorial Problems: Part 5</B></FONT>
</TD></TR>
</TABLE>


<H4>Graphs</H4>
<OL>
<LI>Is the minimum spanning tree of a graph unique?
Provide an example to prove your answer.
<LI>A minimum spanning tree has already been computed for a
    graph. Suppose that a new node is added (along with 
appropriate costs).
    How long will it take to re-compute the minimum spanning
    tree?

</OL> 
<P>

<TABLE CELLPADDING=5 WIDTH="100%" BGCOLOR="#00f0f0" CELLSPACING=4>
<TR><TD WIDTH=50%>
Continue on to <A HREF="tut6.html" tppabs="http://www.ee.uwa.edu.au/~plsd210/ds/Tutorials/tut6.html">Tutorials: Part 6</A></TD>
<TD>Back to the <A HREF="ds_ToC.html" tppabs="http://www.ee.uwa.edu.au/~plsd210/ds/ds_ToC.html">Table of Contents</A>
</TD></TR></TABLE>
<SMALL>
&copy; <A HREF=mailto:morris@ee.uwa.edu.au>John Morris</A>, 1998
</SMALL>
</BODY>
</HTML>

⌨️ 快捷键说明

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