Merge pull request #1471 from suanmeiguo/patch-1

Update 0034.在排序数组中查找元素的第一个和最后一个位置.md
This commit is contained in:
程序员Carl
2022-07-22 09:53:26 +08:00
committed by GitHub

View File

@ -7,7 +7,8 @@
# 34. 在排序数组中查找元素的第一个和最后一个位置
[题目链接](https://leetcode.cn/problems/find-first-and-last-position-of-element-in-sorted-array/)
[力扣链接](https://leetcode.cn/problems/find-first-and-last-position-of-element-in-sorted-array/)
给定一个按照升序排列的整数数组 nums和一个目标值 target。找出给定目标值在数组中的开始位置和结束位置。