This repo. contains basic blocks of some data structures
- BST
- Singly Linked List
- Stack and Queues (Problem 1:Balanced Bracket)
- Linked List (Problem 2: Insertion of node at specific position in Singly Linkedlist, Problem 3: Insert a node in a sorted Doubly Linked List)