Where can I get a sample code for merge sort a link list?
This was for doubly link list : struct element { element *next, *prev;    int i;};
                  John
                   2009-11-14 06:10:58
                Where can I get a sample code for merge sort a link list?