Testing Union
Set 1 : { 0 1 }
Set 2 : { 2 3 }
Set 1 union Set 2 : { 0 1 2 3 }
Extra credit:
Implement map.h and SetType.h to store the set { A..Z } and test using a different driver file.
You will also have to create a new Print method with a different name.
If you try the extra credit problem after finishing the first problem, create a new project called SetExtra.