We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7b697b commit 030e146Copy full SHA for 030e146
dsa-problems/leetcode-problems/0700-0799.md
@@ -20,7 +20,7 @@ export const problems = [
20
"problemName": "701. Insert into a Binary Search Tree",
21
"difficulty": "Medium",
22
"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"
+ "solutionLink": "/dsa-solutions/lc-solutions/0700-0799/0701-insert-into-a-binary-search-tree"
24
},
25
{
26
"problemName": "702. Search in a Sorted Array of Unknown Size",
0 commit comments