Update searching_algorithm_revisited.md

fix typo in original commit
pull/1559/head
RafaelCaso 5 days ago committed by GitHub
parent a430cc2607
commit 5ec15c4a3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -38,7 +38,7 @@ However, **using these algorithms often requires data preprocessing**. For examp
## Choosing a search method ## Choosing a search method
Given a set of data of size $n$, we can use a linear search, binary search, tree search, hash search, or other method to retrieve the target element. The working principles of these methods are shown in the figure below. Given a set of data of size $n$, we can use a linear search, binary search, tree search, hash search, or other methods to retrieve the target element. The working principles of these methods are shown in the figure below.
![Various search strategies](searching_algorithm_revisited.assets/searching_algorithms.png) ![Various search strategies](searching_algorithm_revisited.assets/searching_algorithms.png)

Loading…
Cancel
Save