
Posted by Amol on December 11, 204 at 00:42:30:
In Reply to: linked list posted by ahmad awwad on April 26, 204 at 23:18:34:
: i want to know the implementation of asingle linked list with function that:
: 1-reverse alist
: 2-concatenate two list
: 3-search about anode in the list
: 4-sort the nodes in the list
: 5-how to do all this with doubly linked list;
: thans