📄 s_srt.htm
字号:
<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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -