Skip to content

Create a Binary Search Tree from list A A containing N N elements. Insert elements in the same order as given. Print the pre-order traversal of the subtree with root node data equal to Q Q (inclusive of Q Q), separating each element by a space.

Notifications You must be signed in to change notification settings

arungmkumar/create-a-BST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

create-a-BST

Create a Binary Search Tree Implementation in c++.

About

Create a Binary Search Tree from list A A containing N N elements. Insert elements in the same order as given. Print the pre-order traversal of the subtree with root node data equal to Q Q (inclusive of Q Q), separating each element by a space.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages