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
- 딕셔너리
- 이진탐색
- 알고리즘
- Hadoop
- 도커
- Python
- docker
- 하둡
- 데이터 엔지니어링
- programmers
- 파이썬
- 코딩테스트
- leetcode
- 스파크
- 리트코드
- 오블완
- 프로그래머스
- Apache Spark
- Data Engineering
- Apache Hadoop
- heapq
- 우선순위큐
- 분산
- 빅데이터
- 아파치 스파크
- Spark
- 아파치 하둡
- 티스토리챌린지
- HDFS
- 분산처리
Archives
- Today
- Total
목록그리디 (1)
래원
[LeetCode] 2182. Construct String With Repeat Limit (Python)
난이도: Medium 문제 설명You are given a string s and an integer repeatLimit. Construct a new string repeatLimitedString using the characters of s such that no letter appears more than repeatLimit times in a row. You do not have to use all characters from s. Return the lexicographically largest repeatLimitedString possible. A string a is lexicographically larger than a string b if in the first position ..
알고리즘/LeetCode
2024. 12. 17. 21:25