File tree Expand file tree Collapse file tree 1 file changed +3
-15
lines changed
Solution/700. Search in a Binary Search Tree Expand file tree Collapse file tree 1 file changed +3
-15
lines changed Original file line number Diff line number Diff line change 1- Here's the full LeetCode-style ` README.md ` file for ** 700. Search in a Binary Search Tree** , matching the style and structure you've requested:
2-
3- ---
4-
5- ``` md
6- ---
7- comments: true
8- difficulty: Easy
9- edit_url: https://github.com/doocs/leetcode/edit/main/solution/0700-0799/0700.Search%20in%20a%20Binary%20Search%20Tree/README_EN.md
10- tags:
1+ - ** comments** : true
2+ - ** difficulty** : Easy
3+ - ** tags** :
114 - Tree
125 - Binary Search Tree
136 - Binary Tree
1710
1811# [ 700. Search in a Binary Search Tree] ( https://leetcode.com/problems/search-in-a-binary-search-tree )
1912
20- [中文文档](/solution/0700-0799/0700.Search%20in%20a%20Binary%20Search%20Tree/README.md)
21-
2213## Description
2314
2415<!-- description:start -->
@@ -196,6 +187,3 @@ function searchBST(root: TreeNode | null, val: number): TreeNode | null {
196187<!-- solution: end -->
197188
198189<!-- problem: end -->
199- ```
200-
201- Let me know if you want the iterative version too or a DFS/BFS variant!
You can’t perform that action at this time.
0 commit comments