Data Structure Practical Slips from 1 to 15
Data Structure Practical Slips SLIP 1 Q.1. Data Structure A) Write menu driven program using ‘C’ for Binary Search Tree. The menu includes - Create a Binary Search Tree - Insert element in a Binary Search Tree - Display [20 M] B) Write a ‘C’ program to evaluate a given polynomial using function. (Use array). [10 M] SLIP 2 Q.1. Data Structure A) Write a ‘C’ program to accept a string from user and reverse it using Static implementation of Stack. [20 M] B) Write a ‘C’ program to create Circularly Doubly Linked list and display it. [10 M] SLIP 3 Q.1. Data Structure A)Write a program to create two singly linked list of elements of type integer and find the union of the linked lists. (Accept elements in the sorted order) [20 M] B) Write a ‘C’ program to read the adjacency matrix of directed graph and convert it into adjacency list. [10 M] SLIP 4 Q.1. Data Structure A) Write menu driven program using ‘C’ for Binary Search Tree. The menu includes - Create a Binary Search Tree - Traverse ...