Translate

Data Structures - Lab Programs' Source Codes in C

Here I'm providing you all the programs I've done in my Data Structures Lab according to my university syllabus. All these programs are done in C language and compiled using GCC. There may be some changes needed to run correctly in Turbo C & C++. It is useful MG University Computer Science students and all other Indian university engineering students. I'm also providing my Data Structures lab record as an example for layout and structure.

Programs List

1  Program to add 2 polynomials 20/01/2012
2  Program to print sparse matrix and its transpose.
3  Program to implement stack operations using array.
4  Program to convert infix to postfix expression and also evaluate the postfix expression.
5.  Program to execute stack operations using linked list.
6.  Program to execute queue operations.
7.  Program to execute queue operations using linked list.
8.  Program to execute circular queue operations using linked list.
9.  Program to execute operations on linked list.
10.  Program to add 2 polynomials using linked list.
11. Program to create a binary tree and print it in pre-order, in-order & post-order
12.  Program to create & display a graph and perform BFS & DFS.
13.  Program to perform different operations on doubly linked list.
14.  Program to perform selection sort, bubble sort & insertion sort.
15  Program to perform quick sort and merge sort.
16.  Program to perform heap sort.


Note: For better viewing of programs, open it in Linux text editors or Code Blocks or Dev C++. Opening in notepad may not give correct layout and indentation.

DOWNLOAD ALL AS ZIP FILE

DOWNLOAD LAB RECORD TEMPLATE (Upload Soon..)

Don't Forget to Subscribe our RSS feed :)

Leave a Reply