Skip to content

Commit b50475f

Browse files
authored
Merge pull request #1235 from shreyash3087/add/leetcode-515
Docs: Added Solutions to Leetcode 515
2 parents 97be1b0 + e598980 commit b50475f

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)