mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-24 02:21:30 +08:00
deploy
This commit is contained in:
@@ -3758,7 +3758,7 @@
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<p>搜索算法的选择还取决于数据体量、搜索性能要求、数据查询与更新频率等。</p>
|
||||
<p>搜索算法的选择还取决规模、搜索性能要求、数据查询与更新频率等。</p>
|
||||
<p><strong>线性搜索</strong></p>
|
||||
<ul>
|
||||
<li>通用性较好,无须任何数据预处理操作。假如我们仅需查询一次数据,那么其他三种方法的数据预处理的时间比线性搜索的时间还要更长。</li>
|
||||
|
||||
Reference in New Issue
Block a user