mirror of
https://github.com/krahets/hello-algo.git
synced 2025-11-02 12:58:42 +08:00
Update the symbols of the animations.
This commit is contained in:
@ -28,25 +28,25 @@ $$
|
||||
|
||||
首先,我们先采用“双闭区间”的表示,在数组 `nums` 中查找目标元素 `target` 的对应索引。
|
||||
|
||||
=== "Step 1"
|
||||
=== "<1>"
|
||||

|
||||
|
||||
=== "Step 2"
|
||||
=== "<2>"
|
||||

|
||||
|
||||
=== "Step 3"
|
||||
=== "<3>"
|
||||

|
||||
|
||||
=== "Step 4"
|
||||
=== "<4>"
|
||||

|
||||
|
||||
=== "Step 5"
|
||||
=== "<5>"
|
||||

|
||||
|
||||
=== "Step 6"
|
||||
=== "<6>"
|
||||

|
||||
|
||||
=== "Step 7"
|
||||
=== "<7>"
|
||||

|
||||
|
||||
二分查找“双闭区间”表示下的代码如下所示。
|
||||
|
||||
Reference in New Issue
Block a user