0% found this document useful (0 votes)
77 views

Subject: Data Structure (Lab) Assignment-5

This document contains instructions for a data structures lab assignment involving binary search trees. Students are asked to write a program to implement a binary search tree and display its height, as well as perform different tree traversals including inorder, postorder, and preorder on a binary search tree.

Uploaded by

DEv Kaushal
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)
77 views

Subject: Data Structure (Lab) Assignment-5

This document contains instructions for a data structures lab assignment involving binary search trees. Students are asked to write a program to implement a binary search tree and display its height, as well as perform different tree traversals including inorder, postorder, and preorder on a binary search tree.

Uploaded by

DEv Kaushal
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

Shri G S Institute of Technology and Science Indore

Department of Information Technology (MCA)

Subject: Data Structure (Lab)


Assignment-5
Note: Perform a given task using the function (Each task will be performed by the
function)

Q.1 Write a program to implement a binary search tree. It would also display the height of the
tree.
Q.2 Write a program to perform traversing in a binary search tree.
a) Inorder
b) Postorder
c) Preorder

You might also like