
Data Structure Programs
- Array (One Dimensional)
- Array (Two Dimensional)
- Linked List (One Way)
- Stack(Using Array)
- Queue
- Searching Techniques
- Sorting Techniques
Following programs have been developed in Dev C++. Click here to download Dev C++.
| Array (1D) One Dimensional | ||
| Sr No | Name of Program | |
| 1 | Program to Traverse an Array | Download |
| 2 | Program to Insert Item into Unsorted Array | Download |
| 3 | Program to Insert Item into Sorted Array | Download |
| 4 | Program to Delete Item from Array | Download |
| 5 | Program to Merge Two Unsorted Arrays | Download |
| 6 | Program to Merge Two Sorted Array | Download |
| 7 | Program to Search an Item using Linear Search | Download |
| 8 | Program to Search an Item using Binary Search | Download |
| 9 | Program to Sort an Array using Bubble Sort | Download |
| Array (2D) Two Dimensional | ||
| 1 | Program to Traverse a 2-D Array | Download |
| 2 | Program to Transpose a 2-D Array | Download |
| 3 | Program to Add Two 2-D Arrays | Download |
| 4 | Program to Multiply Two 2-D Arrays | Download |
| Linked List ( One Way) | ||
| 1 | Program to Traverse a Linked List | |
| 2 | Program to Reverse a Linked List | Download |
| 3 | Program to Insert Item as First Node | Download |
| 4 | Program to Insert Item as Last Node | Download |
| 5 | Program to Insert Item After a Specific Node | Download |
| 6 | Program to Insert Item into Sorted Linked List | Download |
| 7 | Program to Delete a First Node | Download |
| 8 | Program to Delete a Last Node | Download |
| 9 | Program to Delete any Specific Node | Download |
| 10 | Program to Search an Item in an Unsorted Linked List | Download |
| 11 | Program to Search an Item in a Sorted Linked List | Download |
| Stack (Using Array) | ||
| 1 | Program to Implement Stack using Array | Download |
| 2 | Program to Implement Stack using Linked List | Download |
| Queue | ||
| 1 | Program to Implement Queue using Array | Download |
| 2 | Program to Implement Circular Queue using Array | Download |
| 3 | Program to Implement Queue using Linked List | Download |
| Searching Techniques | ||
| 1 | Program to Search an Item using LINEAR SEARCH | Download |
| 2 | Program to Search an Item using BINARY SEARCH | Download |
| Sorting Techniques | ||
| 1 | Program to Sort an Array using BUBBLE SORT | Download |
| 2 | Program to Sort an Array using SELECTION SORT | Download |
| 3 | Program to Sort an Array using INSERTION SORT | Download |
| 4 | Program to Sort an Array using MERGE SORT | Download |
| 5 | Program to Sort an Array using QUICK SORT | Download |
C Examples |
Java Programs |




