0% found this document useful (0 votes)
6 views3 pages

DSA Lab Manual Front Page, Index and Certificate

This document is a lab file for Aayush Mehta, a student in the Bachelor of Technology program specializing in Data Science and Artificial Intelligence. It includes a bonafide certificate confirming the completion of various programming assignments in C related to data structures and algorithms during the 3rd semester of the 2nd year. The index lists specific programming tasks with their respective dates for completion.
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)
6 views3 pages

DSA Lab Manual Front Page, Index and Certificate

This document is a lab file for Aayush Mehta, a student in the Bachelor of Technology program specializing in Data Science and Artificial Intelligence. It includes a bonafide certificate confirming the completion of various programming assignments in C related to data structures and algorithms during the 3rd semester of the 2nd year. The index lists specific programming tasks with their respective dates for completion.
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/ 3

(Established under Haryana Private University Act, 2006 as amended by Act No.

8 of 2013)

DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING

LAB FILE

Programme : UG

Specialization : Data Science and Artificial Intelligence

Semester & Year : 3rd Semester & 2nd Year

Name of Aspirants : Aayush Mehta

Registration. No : 11023210098

Course Code : 23CS2113

Course Title : DSA LAB


BONAFIDE CERTIFICATE

Registration no.: - 1 1 0 2 3 2 1 0 0 9 8

Certified that this is a Bonafide record of work done by Aayush Mehta

a aspirants of course Bachelor of Technology branch Computer Science & Engineering– Data Science and
Artificial Intelligence II Year / III semester in DSA laboratory during the year 2024.

Subject In-charge Head of the Department

Submitted to university External practical Examination held


on

conducted by Department of Computer Science & Engineering as per University Examination guidelines.

Internal Examiner External Examin


INDEX

S.
No. Program Name Date Signature

Write a program in C to implement matrix operations:


a. Addition
b. Multiplication 03/09/24
1. c. Transpose
d. Upper and lower triangular matrix
e. Sparse-matrix
Write a program in C to implement linear search and
2. binary search. 10/09/24

Write a program in C to implement Bubble sort, selection


3. and insertion sort. 17/09/24

Write a program in C to implement Quick sort and Merge


4. Sort. 24/09/24

Write a program in C to implement singly linked list and


perform the following operations on it:
a. Insertion in beginning
b. Insertion at the end 01/10/24
5. c. insertion at specific location
d. deletion in beginning
e. deletion at the end
f. deletion at specific location
Write a program in C to implement insertion and deletion
6. operation in doubly linked list. 08/10/24

Write a program in C to implement stack and stack


7. operations (PUSH, POP and traverse) using array. 22/10/24

Write a program in C to implement queue and its


8. operations (insertion, deletion and traverse) using array. 29/10/24

Write a program in C to implement stacks and queues


9. using linked list. 05/11/24

Write a program in C to convert infix to postfix


10. expression using stacks. 12/11/24

Write a program in C to evaluate a postfix expression


11. using stacks. 12/11/24

You might also like