
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