Skip to content

Commit ec9d66c

Browse files
authored
Update 0700-0799.md
1 parent 9704f97 commit ec9d66c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsa-problems/leetcode-problems/0700-0799.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const problems = [
2020
"problemName": "701. Insert into a Binary Search Tree",
2121
"difficulty": "Medium",
2222
"leetCodeLink": "https://leetcode.com/problems/insert-into-a-binary-search-tree",
23-
"solutionLink": "/dsa-solutions/lc-solutions/0700-0799/0701-insert-into-a-binary-search-tree"
23+
"solutionLink": "/dsa-solutions/lc-solutions/0700-0799/insert-into-a-binary-search-tree"
2424
},
2525
{
2626
"problemName": "702. Search in a Sorted Array of Unknown Size",

0 commit comments

Comments
 (0)