Search:

Type: Posts; User: Gustavo

Search: Search took 0.00 seconds.

  1. Replies
    0
    Views
    2,700

    interchange nodes in a linked list

    This function here interchanges nodes in a linked list


    void interchangeNodes(nodeptr&head, int n, int m);

    Here is what I have so far:



    void interchangeNodes(nodeptr& head, int n, int...
  2. Replies
    1
    Views
    932

    soting a linked list

    I got this function to write within a linked list program to insert a node into an ordered list.

    Pre-condition:head is head of a linked list(NULL if the list is empty)
    the last node...
Results 1 to 2 of 2