How to define union and intersection operations on two sets from input files

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 3K views
kathrynag
Messages
595
Reaction score
0
I have a program to define union and intersection on 2 sets. I know I need 2 different input files, but other than that, I'm clueless.
 
Physics news on Phys.org
You may want to specify the two sets consist of what, literal strings, integers, or floating point numbers?
What do the input files look like. Could you cut and paste a small piece from each and share them with us?
How big are the sets? Do they overflow the memory you have, or they can be adequately stored in memory?
Hope to hear from you soon.