0% found this document useful (0 votes)
10 views1 page

Data Structure Assignment

The document outlines a series of assignments focused on fundamental concepts in data structures and algorithms, including definitions, operations, and types of data structures like stacks and queues. It includes specific questions on topics such as sparse matrices, hash functions, and array operations in C programming. Additionally, it covers advanced topics like recursion and priority operations.

Uploaded by

thmayur007
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views1 page

Data Structure Assignment

The document outlines a series of assignments focused on fundamental concepts in data structures and algorithms, including definitions, operations, and types of data structures like stacks and queues. It includes specific questions on topics such as sparse matrices, hash functions, and array operations in C programming. Additionally, it covers advanced topics like recursion and priority operations.

Uploaded by

thmayur007
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

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

You might also like