Skip to content

Commit 030e146

Browse files
Update 0700-0799.md
1 parent c7b697b commit 030e146

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/0701-insert-into-a-binary-search-tree"
2424
},
2525
{
2626
"problemName": "702. Search in a Sorted Array of Unknown Size",

0 commit comments

Comments
 (0)