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
- 프로그래머스
- 하둡
- 티스토리챌린지
- 리트코드
- 우선순위큐
- 파이썬
- 아파치 스파크
- programmers
- 오블완
- 스파크
- HDFS
- 알고리즘
- 분산처리
- 분산
- Python
- 빅데이터
- 아파치 하둡
- 도커
- Hadoop
- Spark
- docker
- Data Engineering
- Apache Spark
- 데이터 엔지니어링
- heapq
- 딕셔너리
- Apache Hadoop
- leetcode
- 이진탐색
- 코딩테스트
Archives
- Today
- Total
목록2024/12/14 (1)
래원
[LeetCode] 1945. Sum of Digits of String After Convert (Python)
난이도: Easy 문제 설명You are given a string s consisting of lowercase English letters, and an integer k. Your task is to convert the string into an integer by a special process, and then transform it by summing its digits repeatedly k times. More specifically, perform the following steps:Convert s into an integer by replacing each letter with its position in the alphabet (i.e. replace 'a' with 1, 'b' ..
알고리즘/LeetCode
2024. 12. 14. 18:07