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 kafka
- programmers
- 빅데이터
- 우선순위큐
- Python
- leetcode
- 알고리즘
- 분산
- 이진탐색
- heapq
- docker
- 도커
- 리트코드
- DP
- Hadoop
- 아파치 하둡
- Apache Spark
- 오블완
- 하둡
- Apache Hadoop
- 파이썬
- 코딩테스트
- 아파치 카프카
- 딕셔너리
- 아파치 스파크
- 프로그래머스
- Data Engineering
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