Hey,
I'm looking for some help and advice on set theory.
Is set theory like arrays in C# and C++ for example? Like:
S = {1,2,3,4,5,6} // is a set of integers
But how do you access each member? For example, in C++:
cout << S[1]; // prints 1
Can someone explain (in simple terms) set theory? I'm confused :(