mirror of
https://github.com/krahets/hello-algo.git
synced 2026-09-19 21:17:15 +00:00
Bug fixes and improvements (#1813)
* Sync zh and zh-hant version. * Add the Warp sponsor banner. * Update README with acknowledgments and Warp recommendation Added acknowledgments and a recommendation for the Warp terminal application. * Update README.md * Update links in README.md to use HTTPS * Sync zh and zh-hant versions. * Add special thanks for Warp spnsorship. * Use official warp image link.
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
| 資料預處理 | / | 排序 $O(n \log n)$ | 建樹 $O(n \log n)$ | 建雜湊表 $O(n)$ |
|
||||
| 資料是否有序 | 無序 | 有序 | 有序 | 無序 |
|
||||
|
||||
搜尋演算法的選擇還取決於資料體量、搜尋效能要求、資料查詢與更新頻率等。
|
||||
搜尋演算法的選擇還取決規模、搜尋效能要求、資料查詢與更新頻率等。
|
||||
|
||||
**線性搜尋**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user