KEMBAR78
Program listds | DOC
PROGRAM LIST
DATA STRUCTURE USING C (LAB) (BCA352)
BCA III Sem
FACULTY-ASHOK KUMAR
Array (1D) One Dimensional
Sr No Name of Program
1 Program to Traverse an Array
2 Program to Insert Item into Unsorted Array
3 Program to Insert Item into Sorted Array
4 Program to Delete Item from Array
5 Program to Merge Two Sorted Array
Array (2D) Two Dimensional
1 Program to Traverse a 2-D Array
2 Program to Transpose a 2-D Array
3 Program to Add Two 2-D Arrays
4 Program to Multiply Two 2-D Arrays
Searching Techniques
1 Program to Search an Item using LINEAR SEARCH
2 Program to Search an Item using BINARY SEARCH
Sorting Techniques
1 Program to Sort an Array using BUBBLE SORT
2 Program to Sort an Array using SELECTION SORT
3 Program to Sort an Array using INSERTION SORT
4 Program to Sort an Array using QUICK SORT
Stack (Using Array)
1 Program to Implement Stack using Array
Queue
1 Program to Implement Queue using Array
2 Program to Implement Circular Queue using Array
Linear Linked List
1 Program to Create a Linked List
2 Program to Traverse a Linked List
3 Program to Insert Item as First Node
4 Program to Insert Item as Last Node
5 Program to Insert Item At the Required Position
6 Program to Delete a First Node
7 Program to Delete a Last Node
8 Program to Delete any Node at Required Position
9 Program to Search an Item in an Unsorted Linked List

Program listds

  • 1.
    PROGRAM LIST DATA STRUCTUREUSING C (LAB) (BCA352) BCA III Sem FACULTY-ASHOK KUMAR Array (1D) One Dimensional Sr No Name of Program 1 Program to Traverse an Array 2 Program to Insert Item into Unsorted Array 3 Program to Insert Item into Sorted Array 4 Program to Delete Item from Array 5 Program to Merge Two Sorted Array Array (2D) Two Dimensional 1 Program to Traverse a 2-D Array 2 Program to Transpose a 2-D Array 3 Program to Add Two 2-D Arrays 4 Program to Multiply Two 2-D Arrays Searching Techniques 1 Program to Search an Item using LINEAR SEARCH 2 Program to Search an Item using BINARY SEARCH Sorting Techniques 1 Program to Sort an Array using BUBBLE SORT 2 Program to Sort an Array using SELECTION SORT 3 Program to Sort an Array using INSERTION SORT 4 Program to Sort an Array using QUICK SORT Stack (Using Array) 1 Program to Implement Stack using Array Queue 1 Program to Implement Queue using Array 2 Program to Implement Circular Queue using Array Linear Linked List 1 Program to Create a Linked List 2 Program to Traverse a Linked List 3 Program to Insert Item as First Node 4 Program to Insert Item as Last Node 5 Program to Insert Item At the Required Position 6 Program to Delete a First Node 7 Program to Delete a Last Node 8 Program to Delete any Node at Required Position 9 Program to Search an Item in an Unsorted Linked List