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
- heapq
- 분산
- 아파치 하둡
- 코딩테스트
- 티스토리챌린지
- 우선순위큐
- 파이썬
- 분산처리
- 딕셔너리
- Spark
- 오블완
- Apache Hadoop
- Apache Spark
- programmers
- 도커
- 빅데이터
- Python
- 이진탐색
- leetcode
- docker
- 데이터 엔지니어링
- Data Engineering
- 하둡
- 알고리즘
- 스파크
- 프로그래머스
- 아파치 스파크
- 리트코드
- Hadoop
- HDFS
Archives
- Today
- Total
목록2024/12/10 (1)
래원
[LeetCode] 2981. Find Longest Special Substring That Occurs Thrice I (Python)
난이도: Medium문제 설명You are given a string s that consists of lowercase English letters.A string is called special if it is made up of only a single character. For example, the string "abc" is not special, whereas the strings "ddd", "zz", and "f" are special.Return the length of the longest special substring of s which occurs at least thrice, or -1 if no special substring occurs at least thrice.A su..
알고리즘/LeetCode
2024. 12. 10. 15:38