mirror of
https://github.com/krahets/hello-algo.git
synced 2025-11-02 21:24:53 +08:00
Use underline format for the technical terms (#1213)
* Use underline format for the technical terms * Bug fixes
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
# 重识搜索算法
|
||||
|
||||
「搜索算法 searching algorithm」用于在数据结构(例如数组、链表、树或图)中搜索一个或一组满足特定条件的元素。
|
||||
<u>搜索算法(searching algorithm)</u>用于在数据结构(例如数组、链表、树或图)中搜索一个或一组满足特定条件的元素。
|
||||
|
||||
搜索算法可根据实现思路分为以下两类。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user