Skip to content

Commit 814d264

Browse files
committed
feat(leetcode): solve 4136 - Concatenate Non Zero Digits And Multiply By Sum Ii
1 parent 63a0d88 commit 814d264

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ Total 127
3131
3232
💻 Languages Used
3333
34-
- **Python3** : 83
34+
- **Python3** : 84
3535
3636
## 📚 Recent Accepted Problems
3737
3838
- 4136 Concatenate Non Zero Digits And Multiply By Sum Ii
3939
- 4136 Concatenate Non Zero Digits And Multiply By Sum Ii
4040
- 4136 Concatenate Non Zero Digits And Multiply By Sum Ii
41+
- 4136 Concatenate Non Zero Digits And Multiply By Sum Ii
4142
- 207 Course Schedule
42-
- 1036 Rotting Oranges
4343
4444
4545
---
@@ -81,4 +81,4 @@ Git
8181
GitHub
8282
⏰ Last Sync
8383
84-
2026-07-09 19:45:44
84+
2026-07-10 03:16:11

storage/stats.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"medium": 58,
55
"hard": 6,
66
"languages": {
7-
"Python3": 83
7+
"Python3": 84
88
},
99
"recent_problems": [
1010
{
@@ -20,12 +20,12 @@
2020
"title": "Concatenate Non Zero Digits And Multiply By Sum Ii"
2121
},
2222
{
23-
"id": "207",
24-
"title": "Course Schedule"
23+
"id": "4136",
24+
"title": "Concatenate Non Zero Digits And Multiply By Sum Ii"
2525
},
2626
{
27-
"id": "1036",
28-
"title": "Rotting Oranges"
27+
"id": "207",
28+
"title": "Course Schedule"
2929
}
3030
],
3131
"last_problem": {
@@ -35,5 +35,5 @@
3535
"runtime": "361 ms",
3636
"memory": "57.8 MB"
3737
},
38-
"last_sync": "2026-07-09 19:45:44"
38+
"last_sync": "2026-07-10 03:16:11"
3939
}

0 commit comments

Comments
 (0)