Graph implimentation

In graph implimentation problem (using an
array of linkedlist) how can we use push_back function ?

@rishipandey7 in the adjacency list implementation, we are using the STL of linked list, and push_back is a predefined function of class which works in similar manner of the user defined function of add at tail.

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.