0% found this document useful (0 votes)
27 views1 page

Binary Tree

Uploaded by

datalogdigital
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views1 page

Binary Tree

Uploaded by

datalogdigital
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Binary Tree

1. Construct AVL tree for the following data


21,26,30,9,4,14,28,18,15,10,2,3,7

2. The preorder traversal sequence of a binary


search tree is given -Draw the tree
30 , 20 , 10 , 15 , 25 , 23 , 39 , 35 , 42
3. Construct the tree

4. Write the preorder , post order and inorder traversal


of BST tree.

You might also like