how to delete a node...u just have a pointer to tat random node ...no head node info...
got it...storing the next node in temp...copy data of next node to this random node data field....
Impressively written! So robotic, so exotic.