Delete comment from: Javarevisited
I was asked this ques on linked list..
Remove the current node from the list. Lets say there is a linked list as below
A1->A2->A3->A4->A5
the pointer is at A3. You have to delete the node A3 and you dont have the pointer to A2.
I still havent got the solution for that.
Little help here.. anyone ???
Nov 6, 2013, 1:02:18 AM
Posted to How to find If Linked List Contains Loop or Cycle in Java? Example Solution

