C++ Topics and Explanations
Re: linked list

[ Follow Ups ] [ Post Follow Up ] [ C++ Topics and Explanations ]

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




Follow Ups:


Post a Follow Up:

Name:
E-Mail:

Subject:

Comments:


[ Follow Ups ] [ Post Follow Up ] [ C++ Topics and Explanations ]