Skip to content

Commit 1855b43

Browse files
authored
Merge pull request #1080 from shreyash3087/add/leetcode-498
Added Solutions to Leetcode 498
2 parents 73865bc + 22ba780 commit 1855b43

File tree

2 files changed

+556
-1
lines changed

2 files changed

+556
-1
lines changed

dsa-problems/leetcode-problems/0400-0499.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ export const problems = [
602602
"problemName": "498. Diagonal Traverse",
603603
"difficulty": "Medium",
604604
"leetCodeLink": "https://leetcode.com/problems/diagonal-traverse",
605-
"solutionLink": "#"
605+
"solutionLink": "/dsa-solutions/lc-solutions/0400-0499/diagonal-traverse"
606606
},
607607
{
608608
"problemName": "499. The Maze III",

0 commit comments

Comments
 (0)