Skip to content

Commit

Permalink
fix(roadmap): incorrect solutionLink
Browse files Browse the repository at this point in the history
fixes: #703
  • Loading branch information
wingkwong committed Jun 20, 2024
1 parent 794d46e commit 2c647d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roadmap/programming-skills-i.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const problems = [
"problemName": "1779. Find Nearest Point That Has the Same X or Y Coordinate",
"difficulty": "Easy",
"leetCodeLink": "https://leetcode.com/problems/find-nearest-point-that-has-the-same-x-or-y-coordinate",
"solutionLink": "../../solutions/0900-0999/largest-perimeter-triangle-easy"
"solutionLink": "../../solutions/1700-1799/find-nearest-point-that-has-the-same-x-or-y-coordinate-easy"
},
{
"problemName": "1822. Sign of the Product of an Array",
Expand Down

0 comments on commit 2c647d9

Please sign in to comment.