Assignment No 01
Q1 What is data structure ? why do we need data structure ?
Q2 Explain concepts of the sparse matrice
Q3 what is algorithm ? explain analysis of algorithm
Q4 what is hash function ? explain hash function ?
Q5 write a c program to do array operation
1)traversing 2)deletion 3)insert 4)searching 5)sorting
Q6 defferentiate linear and non linear data structure
Q7 explain arrays and types of array ?
Q8 what is data ? explain the data type ?
Assignment no 02
Q1 what is stack as ADT? Explain representation of stack ?
Q2 what is queue as ADT? Explain representation of queue?
Q3 explain circular queue and its implementation ?
Q4 what are the application of stack of expressions evaluate ( postfix expressions and prefix
expressions )
Assignment no 03
Q1 what are the applications of stack for expressions conversion ?
Q2 what is recurion explain in brief
Q3 what is priority and explain its operations