0% found this document useful (0 votes)
18 views4 pages

Sidufront

This document contains an index of 25 programs related to data structures including arrays, linked lists, stacks, queues, sorting, searching, and graphs. The programs cover operations such as merging, concatenating, sorting, traversing, inserting, deleting elements in arrays and linked lists. Additional programs implement stacks, queues, linked lists, binary trees and perform operations like traversal, insertion, deletion, searching. Programs also cover sorting techniques, searching methods, copying elements between linked lists, and traversing graphs.

Uploaded by

Freak Learner
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)
18 views4 pages

Sidufront

This document contains an index of 25 programs related to data structures including arrays, linked lists, stacks, queues, sorting, searching, and graphs. The programs cover operations such as merging, concatenating, sorting, traversing, inserting, deleting elements in arrays and linked lists. Additional programs implement stacks, queues, linked lists, binary trees and perform operations like traversal, insertion, deletion, searching. Programs also cover sorting techniques, searching methods, copying elements between linked lists, and traversing graphs.

Uploaded by

Freak Learner
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/ 4

A

Practical File
OF
Data Structures (MCA-207)

MCA 2nd Semester


HIMACHAL PRADESH TECHNICAL UNIVERSITY,
HAMIRPUR

Submitted by: - Submitted to: -


Shubham Ms. Susheela Pathania
MCA 2nd Semester Asst. Professor
Roll No: 22238 Dept. of MCA
Univ Reg.No:22013728068

School of Computer Science &


Engineering
Department of MCA
GOVT. P.G. COLLEGE, DHARAMSHALA
SESSION: 2022-2024
INDEX
Sr. No. Programs Page No. Remark
1. Program in C to merge 2 array. 1
2. Program in C to concatenate 2 array. 1
3. Program to Sort 1D array. 2
4. Program to Sort 2D array. 2
5. Program to copy elements into another 5
array
6. Program in C to print diagonal 4
elements in 2D array.
7. Program in C to print 2D array 5
elements row-wise.
8. Program in C to print 2D array 5
elements col-wise.
9. Program traverse and print 1D array 6
10. Program traverse and print 2D array 6
11. Program to insert element in array 7
12. Program to delete element 1D array. 7
13. Program to add 2 matrix 8
14. Program in C to print element in sparse 9
array
15. Program in C to calculate element of 10
sparse array
16. Program in C to convert infix to postfix 11
17. Program to implement stack and 12-16
perform various operations such as
traversing, insertion, deletion
and searching by using Array and Linked
List.
18. Program to implement Simple linked 17-21
list, doubly linked list, Circular Linked
List and perform various operations
such as traversing, insertion, deletion
and searching.
19. Program to implement Queue and 22-29
perform various operations such as
traversing, insertion, deletion and
searching using Array and Linked
List.
20. Write a program to implement various 30-34
sorting Techniques such as Selection
Sort, Bubble Sort,
Merge Sort, Quick Sort, Insertion Sort,
Linear Sort and Sequential Sort.
21. Write a program to search an element 35-36
by using linear and binary Serach

22. Program to copy the element of one 37-39


linked list
into another.
23. Program to Concatenate 2 different 40-41
linked lists.
24. Write a program that shows the 42-44
traversal
operation in Graph.
25. Write a program to implement Binary 45-47
Tree.

You might also like