Used data structure - Linkedlist
Why?
->In insertion and deletion function, linkedlist takes less time than other data structures.
-> Easier to use.
->Linear data structure.