Forum: C Feb 9th, 2006 |
| Replies: 11 Views: 7,387 Ya, I know u can shift up the links following the one pointed to. Or u can swap with the last node and delete the last node(If sorted order is not a criteria). But this is an optimisation problem.... |
Forum: C Feb 9th, 2006 |
| Replies: 11 Views: 7,387 How to delete a node in a Singly Linked List using a pointer that points to the node? (Assume that you cannot traverse the list to find the previous node)
--
With Regards
Vishnu |