mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-23 18:11:45 +08:00
Unify punctuation.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
为了查找数组中最左边的 `target` ,我们可以分为两步:
|
||||
|
||||
1. 进行二分查找,定位到任意一个 `target` 的索引,记为 $k$ ;
|
||||
1. 进行二分查找,定位到任意一个 `target` 的索引,记为 $k$ 。
|
||||
2. 以索引 $k$ 为起始点,向左进行线性遍历,找到最左边的 `target` 返回即可。
|
||||
|
||||

|
||||
|
||||
Reference in New Issue
Block a user