Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
LeetCodeAnimation
Commits
d297eb20
Commit
d297eb20
authored
Apr 17, 2020
by
程序员吴师兄
Browse files
Fix 0053
Fix 0053
parent
f1048508
Changes
3
Hide whitespace changes
Inline
Side-by-side
0053 - I. Find number in sort arrayI/Animation/Animation.gif
0 → 100644
View file @
d297eb20
3.43 MB
Interview Question
53 - I. Find number in sort arrayI/Animation/Interview Question 53 - I. Find number in sort arrayI.mp4
→
00
53 - I. Find number in sort arrayI/Animation/Interview Question 53 - I. Find number in sort arrayI.mp4
View file @
d297eb20
File moved
Interview Question
53 - I. Find number in sort arrayI/Article/Interview Question 53 - I. Find number in sort arrayI.md
→
00
53 - I. Find number in sort arrayI/Article/Interview Question 53 - I. Find number in sort arrayI.md
View file @
d297eb20
...
...
@@ -9,7 +9,7 @@
## 题目
统计一个数字在排序数组中出现的次数。
示例 1:
...
...
@@ -25,7 +25,7 @@
输入: nums = [5,7,7,8,8,10], target = 6
输出: 0
```
限制:
...
...
@@ -145,9 +145,7 @@ var search = function(nums, target) {
## 动画理解

<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
)
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment