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
- 프로그래머스
- 분산처리
- Apache Spark
- 빅데이터
- leetcode
- 아파치 스파크
- 도커
- heapq
- Python
- DP
- String
- KAFKA
- 아파치 카프카
- docker
- 카프카
- apache kafka
- 우선순위큐
- 하둡
- 알고리즘
- 오블완
- programmers
- 코딩테스트
- 아파치 하둡
- 티스토리챌린지
- 파이썬
- Apache Hadoop
- Data Engineering
- 리트코드
- 이진탐색
- 분산
Archives
- Today
- Total
목록brute force (1)
래원
[LeetCode] 1475. Final Prices With a Special Discount in a Shop (Python)
난이도: Easy문제 설명You are given an integer array prices where prices[i] is the price of the ith item in a shop. There is a special discount for items in the shop. If you buy the ith item, then you will receive a discount equivalent to prices[j] where j is the minimum index such that j > i and prices[j] Return an integer array answer where answer[i] is the final price you will pay for the ith item o..
알고리즘/LeetCode
2024. 12. 18. 18:01