Data Structure 4
Data Structure 4
:
P2130 [Total No. of Pages : 2
[5803]-302
S.Y. B.B.A. (CA)
CA - 302 : DATA STRUCTURE
(2019 Pattern) (Semester - III)
Time : 3 Hours] [Max. Marks : 70
Instructions to the candidates:
1) Questions : Total number of questions are 5.
2) Total Marks Assigned : 70
3) Time assigned : 3 Hours.
4) All questions are compulsory.
[5803]-302 1 P.T.O.
Q3) Attempt any Four of the following. [4×4=16]
a) Write a function to create and display circular singly linked list.
b) Write a function for Dynamic Implementation of stack.
c) Write a function to traverse a graph using DFS technique.
d) Write a function to remove given node from singly linked list and add it
at the given position in singly linked list.
e) Write a function to check whether a given string is palindrome or not
(use Stack)
[5803]-302 2