일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Ethiopian veterans
- 청년전용전세대출
- translate
- Kagnew
- maketrans
- Sort
- string
- python3
- Sorting
- REVERSE
- Array
- 1913
- 1880
- 중기청대출
- Ethiopian Veterans of the Korean War
- a
- Python
- sort numbers
- javascript
- leetcode1880
- revers
- leetcode832
- 청년전세대출
- 버팀목청년전세대출
- 청년무직자전세대출
- 1859
- 청년전세
- LeetCode
- 청년맞춤형전세대출
- Today
- Total
목록leetcode1880 (2)
Momentary Comfort
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..
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..