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
- Spark
- 분산처리
- Apache Hadoop
- 스파크
- 빅데이터
- Python
- 분산
- 데이터 엔지니어링
- Hadoop
- Apache Spark
- 리트코드
- Data Engineering
- 오블완
- heapq
- 알고리즘
- 파이썬
- programmers
- 아파치 스파크
- 도커
- 아파치 하둡
- leetcode
- 우선순위큐
- 하둡
- 코딩테스트
- 티스토리챌린지
- 이진탐색
- 프로그래머스
- DP
- docker
- 딕셔너리
Archives
- Today
- Total
목록2025/01/05 (1)
래원
[LeetCode] 2381. Shifting Letters II (Python)
난이도: Medium 문제 설명 You are given a string s of lowercase English letters and a 2D integer array shifts where shifts[i] = [starti, endi, directioni]. For every i, shift the characters in s from the index starti to the index endi (inclusive) forward if directioni = 1, or shift the characters backward if directioni = 0. Shifting a character forward means replacing it with the next letter in the alph..
알고리즘/LeetCode
2025. 1. 5. 21:42