Commit d297eb20 authored by 程序员吴师兄's avatar 程序员吴师兄
Browse files

Fix 0053

Fix 0053
parent f1048508
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
## 题目 ## 题目
统计一个数字在排序数组中出现的次数。 统计一个数字在排序数组中出现的次数。
 
示例 1: 示例 1:
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
输入: nums = [5,7,7,8,8,10], target = 6 输入: nums = [5,7,7,8,8,10], target = 6
输出: 0 输出: 0
``` ```
 
限制: 限制:
...@@ -145,9 +145,7 @@ var search = function(nums, target) { ...@@ -145,9 +145,7 @@ var search = function(nums, target) {
## 动画理解 ## 动画理解
![](../Animation/Animation.gif)
<video id="video" controls="" preload="none" >
<source id="mp4" src="../animation/Interview Question 53 - I. Find number in sort arrayI.mp4" type="video/mp4">
</video>
![](../../Pictures/qrcode.jpg) ![](../../Pictures/qrcode.jpg)
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment