../SEM3-LAB
DIR: /SEM3-LAB/data structures

data structures

SOURCE_CODE_ACCESS: AUTHORIZED
BTList.c

AIM:Program to perform Binary Tree operations (Linked representation).

array.c

AIM:Program to insert an element into an array at a specified position.

arrayop.c

AIM:Program to perform Menu Driven Array operations (Insertion, Deletion).

bfs.c

AIM:Program to perform Breadth First Search (BFS) on a graph.

binary_search.c

AIM:Program to perform Binary Search on an array.

bst.c

AIM:Program to perform Binary Search Tree (BST) operations (Insertion, Deletion).

btarray.c

AIM:Program to perform Binary Tree operations (Array representation).

bubblesort.c

AIM:Program to perform Bubble Sort on an array.

circlelinklist.c

AIM:Program to perform Circular Linked List operations (Insertion, Deletion).

circlequeue.c

AIM:Program to perform Circular Queue operations (Insertion, Deletion).

dfs.c

AIM:Program to perform Depth First Search (DFS) on a graph.

doubleendq.c

AIM:Program to perform Double Ended Queue operations (Insertion, Deletion).

doublelink.c

AIM:Program to perform Double Linked List operations (Insertion, Deletion).

heap.c

AIM:Program to perform Heap Sort on an array.

infixtopostfix.c

AIM:Program to perform Infix to Postfix conversion.

insertion.c

AIM:Program to perform Insertion Sort on an array.

linearsearch.c

AIM:Program to perform Linear Search on an array.

linklist.c

AIM:Program to perform Linked List operations (Insertion, Deletion).

linkpoly.c

AIM:Program to perform Linked List operations (Polynomial operations).

menudriven_matrix.c

AIM:Program to perform Menu Driven operations on matrices (Addition, Multiplication, Transpose).

menustack.c

AIM:Program to perform Menu Driven operations on stack (Push, Pop, Display, Status).

merge.c

AIM:Program to perform Merge Sort on an array.

polulink.c

AIM:Program to perform Polynomial Multiplication using Linked List.

polynomial.c

AIM:Program to perform Polynomial operations (Addition, Multiplication).

postfixevaluate.c

AIM:Program to perform Postfix Evaluation.

priorityq.c

AIM:Program to perform Priority Queue operations (Insertion, Deletion).

quee.c

AIM:Program to perform Queue operations (Insertion, Deletion).

quick.c

AIM:Program to perform Quick Sort on an array.

selection.c

AIM:Program to perform Selection Sort on an array.

sparsematadd.c

AIM:Program to perform Sparse Matrix Addition.

sparsetrans.c

AIM:Program to perform Sparse Matrix Transpose.