Group 2 Ds Lab List of Experiments
Group 2 Ds Lab List of Experiments
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
c. Program in c to implement
library functions
d. Program in c to implement
stack
b. Program in c to implement
reverse of a string using stack
c. Program in c to implement
circular queue
b. Program in c to implement
bubble sort
c. Program in c to implement
selection sort
b. Program in c to implement
merge sort