mirror of
https://github.com/krahets/hello-algo.git
synced 2026-08-31 20:37:14 +00:00
deploy
This commit is contained in:
@@ -3701,7 +3701,7 @@
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<p>搜尋演算法的選擇還取決於資料體量、搜尋效能要求、資料查詢與更新頻率等。</p>
|
||||
<p>搜尋演算法的選擇還取決規模、搜尋效能要求、資料查詢與更新頻率等。</p>
|
||||
<p><strong>線性搜尋</strong></p>
|
||||
<ul>
|
||||
<li>通用性較好,無須任何資料預處理操作。假如我們僅需查詢一次資料,那麼其他三種方法的資料預處理的時間比線性搜尋的時間還要更長。</li>
|
||||
|
||||
Reference in New Issue
Block a user