Now u know 3's address. So copy the content of next node, say 4. Now you have 1->2->3->4->4->5. Now delete the next node. So now we have 1->2->3->4->5->. Which means 3 has been deleted.
On Wed, Mar 16, 2011 at 6:37 PM, kracekumar ramaraju < [email protected]> wrote: > . -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/algogeeks?hl=en.
