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
- REVERSE
- Kagnew
- Ethiopian veterans
- 청년무직자전세대출
- Sorting
- 청년전세대출
- LeetCode
- 중기청대출
- 1913
- javascript
- revers
- 청년전용전세대출
- 청년전세
- Ethiopian Veterans of the Korean War
- 청년맞춤형전세대출
- translate
- sort numbers
- a
- Sort
- 1880
- leetcode1880
- 1859
- 버팀목청년전세대출
- maketrans
- python3
- leetcode832
- string
- Python
- Array
Archives
- Today
- Total
목록translate (1)
Momentary Comfort
[LeetCode][Python] | 1880. Check if Word Equals Summation of Two Words
The letter value of a letter is its position in the alphabet starting from 0 (i.e. 'a' -> 0, 'b' -> 1, 'c' -> 2, etc.). The numerical value of some string of lowercase English letters s is the concatenation of the letter values of each letter in s, which is then converted into an integer. For example, if s = "acb", we concatenate each letter's letter value, resulting in "021". After converting i..
Algorithm
2021. 6. 11. 20:36