L N - 09 B S T (BST) M: AB O Inary Earch REE Ethods
L N - 09 B S T (BST) M: AB O Inary Earch REE Ethods
LAB NO. 09
BINARY SEARCH TREE (BST) METHODS
Following are the lab objectives:
Objectives
Lab
Lab Instructor
1
CS 210 – Data Structures and Algorithms Lab Manual
CLOs
Lab Objectives
a B C
1
2
Instructions
This is individual Lab work/task.
Complete this lab work within lab timing.
Discussion with peers is not allowed.
You can consult any book, notes & Internet.
Copy paste from Internet will give you negative marks.
Lab work is divided into small tasks, complete all taskss sequentially.
Show solution of each lab task to your Lab Instructor.
In-Lab Exercises/Tasks
Write your code at provided space after each question
You need to upload code for all tasks at Google Class.
2
CS 210 – Data Structures and Algorithms Lab Manual
LAB TASKS
Task 1 (80 mark)
Implement Binary Search Tree (BST) using linked list. Make sure you provide following
methods within class;