Skip to content

LeetCode34. 在排序数组中查找元素的第一个和最后一个位置

Notifications You must be signed in to change notification settings

2176700277/Test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Test

LeetCode34. 在排序数组中查找元素的第一个和最后一个位置 给定一个按照升序排列的整数数组 nums,和一个目标值 target。找出给定目标值在数组中的开始位置和结束位置。

如果数组中不存在目标值 target,返回 [-1, -1]

About

LeetCode34. 在排序数组中查找元素的第一个和最后一个位置

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published