[C++] LeetCode : Search for a Range
Question Given an array of integers nums sorted in non-decreasing order, find the starting and ending position of a given target value. If target is not found in the array, return [-1, -1]. You must write an algorithm with O(log n) runtime complexity. 오름차순으로 정렬된 정수 배열이 주어지면 주어진 목표 값의 시작 위치와 끝 위치를 찾습니다. 배열에서 target을 찾을 수 없으면 [-1, -1]을 반환합니다. 시간 복잡도가 O(log n)인 알고리즘을 작성해야 합니다. 제약사항 0
IT/Problem Solving
2022. 7. 20. 07:28
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- LeetCode
- Tree
- PS
- 러스트 기초
- 코딩인터뷰
- 러스트 배우기
- Interview
- 내돈내산
- 러스트 입문
- rust
- Medium
- 트리
- interview question
- 속초 맛집
- 알고리즘
- ProblemSolving
- Problem Solving
- 인터뷰
- DP
- 반드시 알아야 할 자료구조
- 기술면접
- 속초
- C++
- 러스트
- 자료구조
- algorithm
- coding interview
- 솔직후기
- 맛집
- 리트코드
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
글 보관함