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
- 데이터 엔지니어링
- heapq
- 아파치 하둡
- programmers
- 분산처리
- 티스토리챌린지
- 파이썬
- Apache Hadoop
- Apache Spark
- 알고리즘
- 프로그래머스
- HDFS
- docker
- 아파치 스파크
- 딕셔너리
- 리트코드
- 코딩테스트
- 이진탐색
- 하둡
- 빅데이터
- 도커
- 스파크
- Spark
- Python
- 오블완
- 우선순위큐
- leetcode
- Data Engineering
Archives
- Today
- Total
목록leetcode 2109 (1)
래원
[LeetCode] 2109. Adding Spaces to a String - Python
난이도: Medium 문제 설명You are given a 0-indexed string s and a 0-indexed integer array spaces that describes the indices in the original string where spaces will be added. Each space should be inserted before the character at the given index. For example, given s = "EnjoyYourCoffee" and spaces = [5, 9], we place spaces before 'Y' and 'C', which are at indices 5 and 9 respectively. Thus, we obtain "En..
알고리즘/LeetCode
2024. 12. 3. 14:08