Binary Search Tree Problems

Master binary search tree problems with AI-powered solutions. Get instant coding assistance during your technical interviews for all 29 problems in this category.

Total Problems: 29
Easy: 9
Medium: 18
Hard: 2
Showing 29 of 29 problems

Problems

Scroll within this area to browse all problems

#
Title
Difficulty
98

Validate Binary Search Tree

Medium
235

Lowest Common Ancestor of a Binary Search Tree

Medium
108

Convert Sorted Array to Binary Search Tree

Easy
450

Delete Node in a BST

Medium
653

Two Sum IV - Input is a BST

Easy
230

Kth Smallest Element in a BST

Medium
784

Insert into a Binary Search Tree

Medium
96

Unique Binary Search Trees

Medium
1285

Balance a Binary Search Tree

Medium
99

Recover Binary Search Tree

Medium
783

Search in a Binary Search Tree

Easy
975

Range Sum of BST

Easy
530

Minimum Absolute Difference in BST

Easy
173

Binary Search Tree Iterator

Medium
109

Convert Sorted List to Binary Search Tree

Medium
789

Kth Largest Element in a Stream

Easy
95

Unique Binary Search Trees II

Medium
1050

Construct Binary Search Tree from Preorder Traversal

Medium
2567

Closest Nodes Queries in a Binary Search Tree

Medium
449

Serialize and Deserialize BST

Medium
1114

Binary Search Tree to Greater Sum Tree

Medium
538

Convert BST to Greater Tree

Medium
1427

All Elements in Two Binary Search Trees

Medium
669

Trim a Binary Search Tree

Medium
501

Find Mode in Binary Search Tree

Easy
1692

Number of Ways to Reorder Array to Get Same BST

Hard
799

Minimum Distance Between BST Nodes

Easy
933

Increasing Order Search Tree

Easy
1475

Maximum Sum BST in Binary Tree

Hard

Binary Search Tree LeetCode Problems List

Related LeetCode Topics

Binary Search Tree LeetCode Problems - Interview Coder