Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- CAP
- fcm
- Validation
- sns
- serverless
- SageMaker
- terraform
- cloudwatch
- lambda
- CHECK
- 분산시스템
- aws
- 병목
- rds
- amazonqcli
- IaC
- Lamda
- PACELC
- kubernetes
Archives
- Today
- Total
목록2023/07/05 (1)
잡다한 IT 지식
[LeetCode] - 35. Search Insert Position
문제 출처 : https://leetcode.com/problems/search-insert-position/description/ [문제 설명] The array is sorted. so you can use a binary search algorithm, not a linear search. the time complexity of a linear search is O(N) but a binary search is O(logN). (N is the size of the array) The given array has consisted of distinct integers. So if you find a target's index then you should return the index. if you..
알고리즘 문제 풀이/이분탐색
2023. 7. 5. 21:58