Skip to content

Commit 22ba780

Browse files
committed
Added Solutions to Leetcode 498
1 parent cd84cc2 commit 22ba780

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)