
Posted by reddi on February 13, 205 at 21:57:05:
In Reply to: Re: linked list posted by Amol on December 11, 204 at 00:42:30:
: : 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