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
- 오블완
- HDFS
- 아파치 스파크
- 아파치 하둡
- 분산
- 스파크
- 알고리즘
- 파이썬
- Apache Hadoop
- 프로그래머스
- 티스토리챌린지
- 딕셔너리
- Python
- docker
- 빅데이터
- leetcode
- 하둡
- heapq
- 데이터 엔지니어링
- Hadoop
- 코딩테스트
- 우선순위큐
- programmers
- Data Engineering
- Spark
- 분산처리
Archives
- Today
- Total
목록leetcode 1475 (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