to all the c++ gurus: i need some help with this code. it is due fairly soon so any help would be greatly appreciated. thnx in advance...
This is concerned with sorted lists of type UpLists.
Write two user functions (not members or friends) called GetIntersection and
GetUnion which performs the following:
L1: 8,12,38,41,84,101.
L2: 4,12,38,39,42,84,99,101,348.
Then a call like GetIntersection(L1, L2) returns a new sorted list UpList which
contains 12,38,84,101.
A call like GetUnion(L1, L2) returns a new sorted list UpList which contains
4,8,12,38,39,41,42,84,99,101,348.
Write a test program called Test_UpList.cc which contains these two functions
and a main program that uses these functions.
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
How often do you watch ON DEMAND programming?
By yoda313 in forum PollsReplies: 18Last Post: 3rd Jul 2011, 19:55 -
Programming Software?
By thawizanator in forum ProgrammingReplies: 2Last Post: 11th Dec 2008, 15:46 -
Programming in C...where to get PICO or use on PC?
By Rudyard in forum ComputerReplies: 13Last Post: 14th Mar 2008, 07:29 -
video programming - where to start?
By sanlyn in forum ProgrammingReplies: 13Last Post: 3rd Feb 2008, 09:56 -
programming?
By php111 in forum ProgrammingReplies: 6Last Post: 7th Aug 2007, 07:52