Skip to content

jashan20/Binary-Search-Tree

Repository files navigation

Binary-Search-Tree

#2 Given a Binary Search Tree and a node value X. Delete the node with the given value X from the BST. If no node with value x exists, then do not make any change. drawing

#3Given a Binary Search Tree (with all values unique) and two node values. Find the Lowest Common Ancestors of the two nodes in the BST. drawing

#4 Given a Binary Search Tree and a range. Find all the numbers in the BST that lie in the given range. Note: Element greater than or equal to root go to the right side.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages