Implementation of list

in which kind of questions should we think of using list?

Hey @Senjuti256 :grinning:, a list acts very helpful when you have to insert and delete any element in a sequence. Since in any data structure like array or vector , you can’t insert element in middle of sequence, but with list you can insert in middle. Moreover deleting an element is also possible in list which is not possible in case of array or vectors. Hope this will help you in understanding implementation of list :grinning:

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.