Search:
Forum
General C++ Programming
merge 2 list using templates & archives
merge 2 list using templates & archives
Aug 23, 2009 at 10:02pm UTC
mppx
(1)
Write a function to merge two linked lists of integers that are sorted into ascending order. The result should be a third linked list that is the sorted combination of the original lists. Do not destroy the original lists.
Aug 23, 2009 at 10:28pm UTC
R0mai
(730)
You can merge two lists in a one line call, try using google or this site's reference to find the right function.
Topic archived. No new replies allowed.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs