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
- programmers
- 카프카
- 분산처리
- Apache Spark
- 프로그래머스
- 티스토리챌린지
- 도커
- apache kafka
- 오블완
- leetcode
- 문자열
- 코딩테스트
- 아파치 스파크
- 아파치 하둡
- 리트코드
- String
- 아파치 카프카
- 하둡
- Apache Hadoop
- 파이썬
- 알고리즘
- 분산
- 그래프
- 이진탐색
- heapq
- 우선순위큐
- BFS
- docker
- DP
- Python
Archives
- Today
- Total
목록2025/01/25 (1)
래원
[LeetCode] 2948. Make Lexicographically Smallest Array by Swapping Elements (Python)
난이도: Medium문제 설명You are given a 0-indexed array of positive integers nums and a positive integer limit. In one operation, you can choose any two indices i and j and swap nums[i] and nums[j] if |nums[i] - nums[j]| . Return the lexicographically smallest array that can be obtained by performing the operation any number of times. An array a is lexicographically smaller than an array b if in the fir..
알고리즘/LeetCode
2025. 1. 25. 15:17