Linked List Tips

PHOTO EMBED

Mon May 27 2024 00:04:28 GMT+0000 (Coordinated Universal Time)

Saved by @ayushg103 #c++

Things to keep in Mind in Linked List
1) Make sure where to use temp->next1=NULL  OR temp!=NULL
2) fast!=NULL && fast->next!=NULL 
Use this order only else it will give runtime error
content_copyCOPY