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 Spark
- Python
- 파이썬
- 하둡
- docker
- DP
- leetcode
- 빅데이터
- 아파치 카프카
- 이진탐색
- String
- 분산처리
- programmers
- Data Engineering
- 우선순위큐
- Apache Hadoop
- 분산
- heapq
- 아파치 하둡
- 알고리즘
- 카프카
- apache kafka
- 리트코드
- 오블완
- 프로그래머스
- KAFKA
- 티스토리챌린지
- 도커
- 아파치 스파크
- 코딩테스트
Archives
- Today
- Total
목록leetcode 1945 (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