This repo contains codes for Data structures and various sample applications in C++. The type of codes are given below :-
- Stack
- Queue
- Multiple Queue
- Multiple Stack
- Infix to Prefix
- Infix to Postfix
- Prefix to Infix
- Postfix to Infix
- Prefix evaluation
- Postfix evaluation
- Linked List functions
- Doubly Linked List functions
- Circular Doubly Linked List
- Polynomial arithmetic using Linked Lists
- Binary Search Tree
- Equality check between two trees
- Threaded Binary tree