DS Lab 8 Manual
DS Lab 8 Manual
CL-210
Data Structures
Lab # 7
Objectives:
1. Binary Search Tree
a) Insertion
b) Deletion
c) Traversal
1. There must be a block of comments at start of every question's code; the block should contain
brief description about functionality of code
2. Proper indentation of code is essential
3. Variable name should be meaningful
4. Make a Microsoft Word file and past all of your C++ code with screenshot of outputs in MS
word.
5. First think about statement problems and then write/draw your logic on copy.
6. After copy pencil work, code the problem statement on MS Studio C++ compiler.
7. At the end when you done your today lab tasks, attached only MS word file and make your
submission on Google Classroom.
8. Late and email submission is not accepted. All tasks must be submitted during the lab time.
Page 1
National University
Of Computer & Emerging Sciences Faisalabad-Chiniot Campus
Problem 1:
Page 2