Skip to content

Commit e598980

Browse files
committed
Added Solutions to Leetcode 515
1 parent 4f16aa4 commit e598980

File tree

2 files changed

+456
-1
lines changed

2 files changed

+456
-1
lines changed

dsa-problems/leetcode-problems/0500-0599.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export const problems =[
9292
"problemName": "515. Find Largest Value in Each Tree Row",
9393
"difficulty": "Medium",
9494
"leetCodeLink": "https://leetcode.com/problems/find-largest-value-in-each-tree-row",
95-
"solutionLink": "#"
95+
"solutionLink": "/dsa-solutions/lc-solutions/0500-0599/find-largest-value-in-each-tree-row"
9696
},
9797
{
9898
"problemName": "516. Longest Palindromic Subsequence",

0 commit comments

Comments
 (0)