This is a repository used to host various programs in c language as a part of our Data Structure lab.The programs that have been completed so far are
- Linked list implementation in C
- Stack implementation using array
- Stack implementation using linked list
- Queue implementation using array
- Queue implementation using linked list
- Creation of a polynomial using linked list
- Addition of a polynomial using linked list
- Implementation of doubly ended queue in C
- Conversion and evaluation of infix expressions to postfix expressions using stack.