Learn
Practice
Newsletter
Resources
F
Toggle theme
0
F
Toggle theme
0
Toggle menu
← Back to All Animations
Search in a Binary Search Tree
Bookmark
Input
Example 1 (Found)
Example 2 (Not Found)
Example 3 (Large Tree)
Custom
treeNodes
=
[4, 2, 7, 1, 3]
,
target
=
2
4
2
7
1
3
algo
master
.
io
Step:
Start: Search for 2 in BST
0 / 5
Input
Example 1 (Found)
Example 2 (Not Found)
Example 3 (Large Tree)
Custom
treeNodes
=
[4, 2, 7, 1, 3]
,
target
=
2
0 / 5
4
2
7
1
3
algo
master
.
io
Step:
Start: Search for 2 in BST