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
- 파이썬
- 분산처리
- 스파크
- 빅데이터
- HDFS
- Apache Hadoop
- leetcode
- 아파치 스파크
- programmers
- Data Engineering
- 도커
- Python
- 알고리즘
- 하둡
- 코딩테스트
- 우선순위큐
- 아파치 하둡
- docker
- 분산
- 티스토리챌린지
- 오블완
- heapq
- 딕셔너리
- Apache Spark
- Spark
- 리트코드
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