Search:

Type: Posts; User: XSquared

Search: Search took 0.03 seconds.

  1. Replies
    46
    Views
    20,278

    Sorry, left something out in my initial problem...

    Sorry, left something out in my initial problem statement. It's a circular singly linked list.
  2. Replies
    46
    Views
    20,278

    @Ping: The code just has to appear to remove the...

    @Ping: The code just has to appear to remove the node from the list. As long as the list is without that node afterwards, and there aren't any memory leaks, it's all good. :p
  3. Replies
    46
    Views
    20,278

    Here's one from an interview I had: Given a...

    Here's one from an interview I had:

    Given a node in a singly linked list, with no other knowledge of the list (i.e. not knowing the head), how would you remove that node?
Results 1 to 3 of 3