0% found this document useful (0 votes)
23 views1 page

Data Structure Lab

Uploaded by

asurideepika20
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)
23 views1 page

Data Structure Lab

Uploaded by

asurideepika20
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/ 1

1.

Write a program that uses functions to perform the following operations on singly
linked list:

i) Creation ii) Insertion iii) Deletion iv) Traversal

2. Write a program that implement stack (its operations) using

i) Arrays ii) Linked List

3. Write a program that implement Queue (its operations) using

i) Arrays ii) Linked List

4. Write a program that implements the following sorting methods.

i) Binary search ii)Selection Sort

5. Write a program to implement the tree traversal methods.

1. Write a program that uses functions to perform the following operations on singly
linked list:

i) Creation ii) Insertion iii) Deletion iv) Traversal

2. Write a program that implement stack (its operations) using

i) Arrays ii) Linked List

3. Write a program that implement Queue (its operations) using

i) Arrays ii) Linked List

4. Write a program that implements the following searching and sorting methods.

i) Binary search ii)Selection Sort

5. Write a program to implement the tree traversal methods.

You might also like