[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
- PS
- 기술면접
- rust
- 반드시 알아야 할 자료구조
- 내돈내산
- 코딩인터뷰
- Interview
- 러스트 기초
- 자료구조
- coding interview
- 리트코드
- 맛집
- Tree
- interview question
- C++
- algorithm
- 러스트 입문
- DP
- 속초
- 알고리즘
- ProblemSolving
- Medium
- Problem Solving
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
글 보관함