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
- 아파치 하둡
- 하둡
- 분산
- Apache Hadoop
- 프로그래머스
- programmers
- 오블완
- 분산처리
- 스파크
- Data Engineering
- 이진탐색
- heapq
- 빅데이터
- 티스토리챌린지
- HDFS
- docker
- 우선순위큐
- 딕셔너리
- 아파치 스파크
- 파이썬
- Apache Spark
- leetcode
- 리트코드
- 코딩테스트
- 알고리즘
- 데이터 엔지니어링
- 도커
- Hadoop
- Python
- Spark
Archives
- Today
- Total
목록2024/12/20 (1)
래원
[LeetCode] 2337. Move Pieces to Obtain a String (Python)
난이도: Medium문제 설명You are given two strings start and target, both of length n. Each string consists only of the characters 'L', 'R', and '_' where:The characters 'L' and 'R' represent pieces, where a piece 'L' can move to the left only if there is a blank space directly to its left, and a piece 'R' can move to the right only if there is a blank space directly to its right.The character '_' repres..
알고리즘/LeetCode
2024. 12. 20. 13:04