Use underline format for the technical terms (#1213)

* Use underline format for the technical terms

* Bug fixes
This commit is contained in:
Yudong Jin
2024-04-03 03:52:17 +08:00
committed by GitHub
parent 06068927cd
commit 2b1a98fb61
42 changed files with 105 additions and 105 deletions

View File

@ -1,6 +1,6 @@
# 重识搜索算法
搜索算法 searching algorithm用于在数据结构(例如数组、链表、树或图)中搜索一个或一组满足特定条件的元素。
<u>搜索算法searching algorithm</u>用于在数据结构(例如数组、链表、树或图)中搜索一个或一组满足特定条件的元素。
搜索算法可根据实现思路分为以下两类。