Data Structure IC-309: Submitted BY: Praveen Rathi ICE-2
Data Structure IC-309: Submitted BY: Praveen Rathi ICE-2
STRUCTURE
IC-309
SUBMITTED
BY:
PRAVEEN RATHI
ICE-2
510/IC/13
NSIT
CONTENTS
Program Name
Page No.
1. Write a program to find addition of two polynomials.
1
2. Write a program to find multiplication of two polynomials.
4
3. Write a program to find a factorial of a number using
recursion
8
and without recursion.
4. Write a program to implement stack data structure.
10
5. Write a program to implement queue data structure.
14
6. Write a program to find the transpose of a sparse matrix.
18
7. Write a program to find the transpose of a sparse matrix
using
18
the fast transpose algorithm.
8. Write a program to evaluate the postfix expression.
28
9. Write a program to convert infix to postfix expression using
stack.
31
10. Create a linked list of words and do the following
operations on it:
35