Skip to content

Commit

Permalink
Fix 0053
Browse files Browse the repository at this point in the history
Fix 0053
  • Loading branch information
MisterBooo committed Apr 17, 2020
1 parent f104850 commit d297eb2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
## 题目

统计一个数字在排序数组中出现的次数
 


示例 1:

Expand All @@ -25,7 +25,7 @@
输入: nums = [5,7,7,8,8,10], target = 6
输出: 0
```
 


限制

Expand Down Expand Up @@ -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)

0 comments on commit d297eb2

Please sign in to comment.