Skip to content

Commit c7b697b

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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": "#"
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",
@@ -619,4 +619,4 @@ export const problems = [
619619
collectionLink="https://leetcode.com/study-plan/programming-skills"
620620
/>
621621

622-
Now, you can see the list of problems in a table format. You can click on the problem link to view the problem on the LeetCode website. You can also click on the solution link to view the solution of the problem.
622+
Now, you can see the list of problems in a table format. You can click on the problem link to view the problem on the LeetCode website. You can also click on the solution link to view the solution of the problem.

0 commit comments

Comments
 (0)