cd3291 Datastructur Summary Data Structure and Algorithm
cd3291 Datastructur Summary Data Structure and Algorithm
N
o
JAYA ENGINEERING COLLEGE
[AFFILIATED TO ANNA UNIVERSITY, CHENNAI]
Thiruninravur– 602 024, Thiruvallur Dt., Tamil Nadu.
PART – B (5 x 13 = 65 Marks)
Q.No. Questions STANDARD OF
QUESTION
11. a. Explain the features and characteristics of Object Oriented IO
Programming with suitable examples.
(OR)
b. Derive the Recurrence relation for Fibonacci series algorithm IO
and also explain about Average case Analysis.
12. a. Explain the method of Divide and Conquer with example. IO
(OR)
b. Explain in detail about Inheritance.
IO
13. a. Explain the concept about abstract data types and its LO
implementation.
(OR)
1
b. Explain the concept of Namespace. IO
14. a. Explain about Array based implementation. LO
(OR)
b. Explain in detail about the operations performed in stack. LO
15. a. Explain the concept of doubly linked test. LO
(OR)
b. Explain the concept of linked list and its types. LO
PART – C (1 x 15 = 15 Marks)
Q.No. Questions STANDARD OF
QUESTION
16. a. Elaborate on asymptotic notations with examples. HO
(OR)
b. Implement various operations of circular linked list using HO
python.