workshop2.html
来自「Data Structure Ebook」· HTML 代码 · 共 37 行
HTML
37 行
<html><head>
<title>Data Structures and Algorithms - Workshop 2</title>
</head>
<BODY BGCOLOR="#ffffff">
<H1>Data Structures and Algorithms</H1>
<HR>
<H2>Workshop 2</H2>
<H3>Searching</H3>
<OL>
<LI>Download and save into your directory from the download window:
<OL TYPE="a">
<LI><A HREF="binsearch.c" tppabs="http://www.ee.uwa.edu.au/~plsd210/ds/source/binsearch.c" TARGET="Download Window">binsearch.c</A>
</OL>
<LI>Copy your original collection.c to collection_bs.c and
replace FindInCollection with the binary search version.<BR>
<LI>Modify AddToCollection to insert new items in sorted order.
<LI>Time add and find operations and verify that you have
the expected behaviour of the time <I>vs <B>n</B></I> plot.
<LI>Compare the absolute times with those obtained for
add and find operations in the previous workshop.
</OL>
<P>
Submit the assignment using the same
<A HREF="submit.html" tppabs="http://www.ee.uwa.edu.au/~plsd210/ds/Labs/submit.html">procedure</A> as before.
<BR>
<HR>
<A HREF="w3_1997.html" tppabs="http://www.ee.uwa.edu.au/~plsd210/ds/Labs/w3_1997.html">Workshop 3 & 4</A><BR>
<A HREF="ds_ToC.html" tppabs="http://www.ee.uwa.edu.au/~plsd210/ds/ds_ToC.html">Table of Contents</A>
<HR>
<SMALL>
© <A HREF=mailto:morris@ee.uwa.edu.au>John Morris</A>, 1996
</SMALL>
</BODY>
</HTML>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?