How to delete a node

Could u pls tell me how do I delete a node in it?

@sshreya2912 hey to deete a node in graph if you are using matrix representation then just delete the row and column of deleted row from that matrix and in case adjacency list remove the deleted element from all the list ofelement whose this element was neighbour of. Hope you get it :slight_smile:

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.