Ignou Solved Assignment for BCSL-033 Data and File Structures Lab |
|
University | IGNOU |
Service Type | Solved Assignment |
Course | B.C.A |
Semester | |
Short Name or Subject Code | BCSL-033 Data and File Structures Lab |
Product | B.C.A of Solved Assignment (IGNOU) |
Pattern | |
Price |
Click to view price |
This assignment has two questions, each of 20 marks.10 marks are for viva-voce. Attach 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 a key value and print a message about the presence of key value in the Binary Search Tree.
Q2. Write an algorithm and program for multiplication of two Polynomials.