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

Group 2 Ds Lab List of Experiments

The document outlines a series of programming assignments in C, scheduled from July to November 2024. Each assignment focuses on different data structures and algorithms, including searching, sorting, and various types of queues and lists. Submission dates are specified for each assignment, indicating a structured curriculum for learning C programming.

Uploaded by

mohantysreetam60
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)
18 views2 pages

Group 2 Ds Lab List of Experiments

The document outlines a series of programming assignments in C, scheduled from July to November 2024. Each assignment focuses on different data structures and algorithms, including searching, sorting, and various types of queues and lists. Submission dates are specified for each assignment, indicating a structured curriculum for learning C programming.

Uploaded by

mohantysreetam60
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/ 2

Lab

Lab Date Assignments Page. No Submission Date


No.

a. Program in c to implement
1. 27/07/2024
linear search

b. Program in c to implement
binary search

c. Program in c to implement
sparse matrix

d. Program in c to insert an
element at a specific position in
an existing array

e. Program in c to delete an
element from a specific
position in an existing array

a. Program in c to input 10 names


2. 03/08/2024 and display using array of
strings

b. Program in c to input 10 names


and search a particular name
using array of strings

c. Program in c to implement
library functions

d. Program in c to implement
stack

3. 10/08/20224 a. Program in c to implement


linear queue

b. Program in c to implement
reverse of a string using stack

c. Program in c to implement
circular queue

4. 24/08/2024 Program in c to implement


single list

5. 21/09/2024 Program in c to implement


double link list

6. 12/10/2024 a. Program in c to implement


traversal of a binary tree
b. Program in c to implement
various functions in single link
list

7. 19/10/2024 a. Program in c to implement


binary search tree

b. Program in c to implement
bubble sort

c. Program in c to implement
selection sort

8. 26/10/2024 a. Program in c to implement


insertion sort

b. Program in c to insert a graph


and traverse it

9. 09/11/204 a. Program in c to implement


quicksort

b. Program in c to implement
merge sort

You might also like