This commit is contained in:
krahets
2023-02-26 19:22:59 +08:00
parent e82934bc32
commit 62d7f2c85d
19 changed files with 21 additions and 42 deletions
-2
View File
@@ -1517,8 +1517,6 @@
<li>二分查找利用数据的有序性,通过循环不断缩小一半搜索区间来实现查找,其要求输入数据是有序的,并且仅适用于数组或基于数组实现的数据结构。</li>
<li>哈希查找借助哈希表来实现常数阶时间复杂度的查找操作,体现以空间换时间的算法思想。</li>
</ul>
<p align="center"> Table. 三种查找方法对比 </p>
<div class="center-table">
<table>
<thead>