Implement All Data Structure(linked list, queue, stack, Heaps, BST, AVL Tree)
- One of them based on array
- Another based on linked list
- One of them based on array
- Another based on linked list
- First: Single linked List
- Second: Doubly linked List
- Third: Circular Linked List