s_srt.htm
来自「Data Structure Ebook」· HTM 代码 · 共 18 行
HTM
18 行
<html>
<body bgcolor="#ffffff">
<p align=right>
<a href="s_man.htm" tppabs="http://www.ee.uwa.edu.au/~plsd210/ds/niemann/s_man.htm" target="_top"><img src="c_man.gif" tppabs="http://www.ee.uwa.edu.au/~plsd210/ds/niemann/c_man.gif" width=74 height=19 border=0></a>
</p>
<h1>Sorting</h1>
Several algorithms are presented, including <em>insertion sort</em>,
<em>shell sort</em>, and <em>quicksort</em>. Sorting by insertion is the
simplest method, and doesn't require any additional storage. Shell sort
is a simple modification that improves performance significantly.
Probably the most efficient and popular method is quicksort, and is
the method of choice for large arrays.
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?