This repository will have various implementation of Data structures using arrays, linked lists, doubly linked lists etc.
Enumerating the implementations:
- Stack using arrays
- Queue using arrays
- Linked List implementation
3.1) Add two number represented by two linked list. Head point to 1's digit
3.2) Find the loop start of a faulty circular linked list. - Object based Stack and Queue implementation
4.1) Sort a stack in ascending order - Binary Search Tree implementation with insert, search, delete
- Binary Search Tree with vertical traversal