Course Code : BCSL-033
Course Title: Data and File Structures Lab
Assignment Number: BCA(3)/033/Assignment/2019-20
Maximum Marks: 50
Weightage: 25%
Last Dates for Submission: 15th October 2019 (for July 2019 Session)
15th April 2020(for January 2020 Session)
This assignment has two questions, each of 20 marks.10 marks are for viva-voce. Attach the input and output of the program to the assignment. Write programs in ‘C’ language.
Q1. Write an algorithm and program that creates a Binary Search Tree with a set of given inputs. Then, it should prompt for key-value and print a message about the presence of a key value in the Binary Search Tree.
Q2. Write an algorithm and program for the multiplication of two Polynomials.