Saturday, October 3, 2020

Implementation of Queue using Array in C

click here for program Queue_array.c 

DS_UNIT_2_Material

click here for unit-2 notes 

Unit-2 Assignments

 

UNIT-II         ASSIGNMENT -1

1)    What is linked list explain the different types of linked list with examples.

2)   Define a Single linked list and describe the memory representation of single linked list with an example.

3)   Define a double linked list and describe the memory representation of double linked list with an example.

4)   Define a Circular linked list and describe the memory representation of circular linked list with an example.

 


UNIT-II         ASSIGNMENT -2

1)    What is polynomial equation and describe the polynomial equation with single linked list to perform polynomial addition and multiplication.

2)   What is Sparse matrix and write the representation of sparse matrix with linked list with addition and multiplication operation

3)   What are the different types of operations performed can be performed on single linked list and demonstrate them with examples.

4)   What are the different types of operations performed can be performed on double linked list and demonstrate them with examples.

5)   What are the different types of operations performed can be performed on circular linked list and demonstrate them with examples.

Wednesday, September 23, 2020

UNIT-1 Assignments

 

UNIT-1         ASSIGNMENT -1

 

1)    Define data structure and display the classification of data structures.

2)   What is the need of sorting and list out the different types of sorting techniques?

3)   What is the need the searching and list out the different types of searching techniques?

4)   Define ADT and write the advantages of ADT.

 

 

UNIT-1         ASSIGNMENT -2

 

1)    Briefly explain about the linear search algorithm with some example.

2)   Briefly explain about Quick sort algorithm with some example.

3)   Briefly explain about the binary search algorithm with some example.

4)   Briefly explain about the radix algorithm with some example.