Skip to content

Commit 58b27fb

Browse files
iamAntimPalAntim-IWPIamShiwangi
committed
Update readme.md
Co-Authored-By: Antim-IWP <203163676+Antim-IWP@users.noreply.github.com> Co-Authored-By: Shiwangi Srivastava <174641070+IamShiwangi@users.noreply.github.com>
1 parent 4c7201f commit 58b27fb

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

Solution/700. Search in a Binary Search Tree/readme.md

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
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
@@ -17,8 +10,6 @@ tags:
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!

0 commit comments

Comments
 (0)