Internal End Sem Exam
Internal End Sem Exam
Section A
I] a) Define data structure. Explain Linear data structures using sequential organization. [05]
II] a) Differentiate between singly and doubly linked lists? Explain circular linked list with
it’s operations.
OR
Write a program to perform following operations on singly linked list: Create, reverse,
search, count and Display . [05]
b) Explain Application of linked list for representation and manipulations of polynomials.
OR
III] a) Write in brief Implementation of stacks using sequential and linked organization.
OR
Section B
Q3) Solve the following. [06]
I] a) What is the Concept of nonlinear data structure? Explain BST in brief. [04]
b) Define tree and it’s basic terminologies. Explain algorithm for tree traversals. [05]
II] a) Write a note on Graph traversals - depth first and breadth first in brief with the help of suitable
example. [05]
____________________________________________________________________