Skip to content

Commit 63a0d88

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

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** : 82
34+
- **Python3** : 83
3535
3636
## 📚 Recent Accepted Problems
3737
38+
- 4136 Concatenate Non Zero Digits And Multiply By Sum Ii
3839
- 4136 Concatenate Non Zero Digits And Multiply By Sum Ii
3940
- 4136 Concatenate Non Zero Digits And Multiply By Sum Ii
4041
- 207 Course Schedule
4142
- 1036 Rotting Oranges
42-
- 695 Max Area Of Island
4343
4444
4545
---
@@ -81,4 +81,4 @@ Git
8181
GitHub
8282
⏰ Last Sync
8383
84-
2026-07-09 14:57:48
84+
2026-07-09 19:45:44

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": 82
7+
"Python3": 83
88
},
99
"recent_problems": [
1010
{
@@ -15,17 +15,17 @@
1515
"id": "4136",
1616
"title": "Concatenate Non Zero Digits And Multiply By Sum Ii"
1717
},
18+
{
19+
"id": "4136",
20+
"title": "Concatenate Non Zero Digits And Multiply By Sum Ii"
21+
},
1822
{
1923
"id": "207",
2024
"title": "Course Schedule"
2125
},
2226
{
2327
"id": "1036",
2428
"title": "Rotting Oranges"
25-
},
26-
{
27-
"id": "695",
28-
"title": "Max Area Of Island"
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 14:57:48"
38+
"last_sync": "2026-07-09 19:45:44"
3939
}

0 commit comments

Comments
 (0)