Skip to content

Commit 2a86232

Browse files
Added leetcode-3102 Minimize manhattan Distance
1 parent 29289f6 commit 2a86232

File tree

2 files changed

+323
-100
lines changed

2 files changed

+323
-100
lines changed

dsa-problems/leetcode-problems/3100-3199.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const problems = [
2626
"problemName": "3102. Minimize Manhattan Distances",
2727
"difficulty": "Hard",
2828
"leetCodeLink": "https://leetcode.com/problems/minimize-manhattan-distances",
29-
"solutionLink": "#"
29+
"solutionLink": "/dsa-solutions/lc-solutions/3100-3199/Minimize-Manhattan-Distances"
3030
},
3131
{
3232
"problemName": "3103. Find Trending Hashtags II",

0 commit comments

Comments
 (0)