Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.4K+ articles
Python
19.6K+ articles
Experiences
15.8K+ articles
Interview Experiences
14.5K+ articles
School Learning
11.1K+ articles
JavaScript
9.9K+ articles
Java
9.4K+ articles
Binary Search Tree
166+ articles
BST
25+ articles
Data Structures-Binary Search Trees
2 posts
Recent Articles
Popular Articles
Remove extra edge from a BST
Last Updated: 28 December 2023
Given a Binary Search Tree where an arbitrary node has 2 parents. Delete the extra edge and return the fixed Binary Search Tree.Examples: Input: 7 / \ 6 ...
read more
Tree
Picked
Geeks Premier League
DSA
Data Structures-Binary Search Trees
Geeks Premier League 2023
Find maximum product of K integers in a Binary Search Tree
Last Updated: 23 July 2025
Given a Binary search tree(BST) and a positive integer K, find the maximum product of k integers in the tree. Return the product as an integer.Examples:Input: K = 3, ...
read more
Binary Search Tree
DSA
BST
Data Structures-Binary Search Trees