0% found this document useful (0 votes)
12 views

Data Structure Assignment Ritu22

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

Data Structure Assignment Ritu22

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

INDEX

S No Program Page no Remark


1 Write a program to swap two number using pointer. 1
2 Write a program to print the marks of student and calculate the 2-3
%of the student.
3 Write a program to insert the element of the array and print the 3-4
even or odd element separately with the help of pointer.
4 Write a program to insert an item into the linear array. 4-6
5 Write a program to delete an item into the linear array. 6-7
6 Write a program to print the all element of the link list . 7-9
7 Write a program to insert an item into link list as a first node. 10-11
8 Write a program to insert an item into the linked of given 11-14
location.
9 Write a program to delete an item from the linked list. 14-17
10 Write a program to insert an item two-way as double linked list. 17-20
11 Write a program to delete an item two- way as double linked 20-22
list.
12 Write a program to print the all the element of the given array. 22-23
13 Write a program to arrange the element of array in ascending or 23-26
descending order.
14 Write a program to print the some of two numbers with the help 26-27
of pointer.
15 Write a program to insert an element into stack. 28-29
16 Write a program to delete an element into stack. 29-31
17 Write a program to insert an element into queue. 31-32
18 Write a program to delete an element into queue 32-34
19 Write a program to demonstrate circular linked list. 35-36
20 Write a program to insert a new node as item in binary tree. 36-38
21 Write a program to delete a node item in binary tree. 38-41
22 Write a program for demonstrate insertion sort. 41-42
23 Write a program for demonstrate selection sort. 42-43
24 Write a program to sort the given element using bubble sort. 43-45
25 Write a program for demonstrate quick sort. 45-47
26 Write a program to demonstrate depth first search (DFS). 47-48
27 Write a program to demonstrate merge sort. 49-50
28 Write a program to demonstrate radix sort. 50-52
29 Write a program to demonstrate breadth first search (BFS). 52-53
30 Write a program to print diagonal matrix and check the given 54-55
matrix is identity or not.
31 Write a program to print all nodes of tree using pre order 55-57
traverser.
32 Write a program to print all nodes of tree using post order 57-58
traverser.
33 Write a program to print all nodes of tree using in order 59-60
traverser.
34 Write a program to print given string in sorted order. 60-61
35 Write a program to print addition and multiplication of matrix. 61-64
A
Practical assignment
On

“Data Structures”
Master of Science in Information Technology
[M.Sc. IT II Sem]
Session 2023-2024

Submitted
To
Department of Information Technology
Govt N P G College of Science, Raipur
(C.G)

Guided by: - Submitted by:-


Mrs. Yogeshwari Pal Name:- Ritu Nirmalkar
Assistant Professor

You might also like