Sir, in the insert function explained in the video, why the condition if(temp!=NULL)has been used?(3.48 sec)
It is a circular llist so temp will never be null, then what is the need to use this extra condition.
Also, I am not clear about using of self loop.
Can you please explain.