?? s_man.htm
字號:
<html>
<head>
<title>Sorting and Searching Algorithms: A Cookbook</title>
</head>
<frameset cols="20%,*">
<frame src="s_toc.htm" tppabs="http://www.ee.uwa.edu.au/~plsd210/ds/niemann/s_toc.htm">
<frame src="s_title.htm" tppabs="http://www.ee.uwa.edu.au/~plsd210/ds/niemann/s_title.htm" name="view">
<noframes>
<body bgcolor="#ffffff">
<center>
<h1>Sorting and Searching Algorithms: A Cookbook</h1>
<h3>by</h3>
<h3><a href="mailto:thomasn@jps.net">Thomas Niemann</a></h3>
</center>
<p>
<hr>
<i>
<b>Key Words</b>:
insertion sort, shell sort, quicksort, qsort, hash table, binary search tree,
red-black tree, skip list, external sort, B-tree.
</i>
<p>
You need a browser that supports frames to view this document.
However, there is an alternate version in
<a href="s_man.pdf" tppabs="http://www.ee.uwa.edu.au/~plsd210/ds/niemann/s_man.pdf">PDF format</a>
which may be viewed, and
<a href="s_code.zip" tppabs="http://www.ee.uwa.edu.au/~plsd210/ds/niemann/zip/s_code.zip">source code</a> which may be downloaded.
You are also welcome to visit
<a href="javascript:if(confirm('http://members.xoom.com/thomasn/index.htm \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://members.xoom.com/thomasn/index.htm'" tppabs="http://members.xoom.com/thomasn/index.htm">my home page</a>.
<p>
</body>
</noframes>
</frameset>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -