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

Data Structures and Sorting Algorithms

Uploaded by

keshav.sharmaktl
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)
9 views1 page

Data Structures and Sorting Algorithms

Uploaded by

keshav.sharmaktl
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

INDEX

Sr. No. Program Title Remarks


A Menu-Driven Program to implement various operations
1 on Linear Array

2 Program to implement the concept of Linear Search

Program to implement the concept of Iterative Binary


3 Search
A Menu-Driven Program to implement various operations
4 on Stack using Array

Program to implement the concept of Recursive Binary


5 Search

A Menu-Driven Program to implement various operations


6 on Linear Queue using Array

7 A Menu-Driven Program to implement various operations


on Circular Queue using Array

8 Program to sort a list of elements using Bubble Sort

9 Program to sort a list of elements using Selection Sort

10 Program to sort a list of elements using Insertion Sort

11 Program to sort a list of elements using Quick Sort

12 Program to sort a list of elements using Merge Sort

A Menu-Driven Program to implement various operations


13 on Stack using Linked List

A Menu-Driven Program to implement various operations


14 on Queue using Linked List

A Menu-Driven Program to implement various operations


15 on Binary Search Tree

16 Program to sort a list of elements using Heap Sort

You might also like