This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
notes:discrete:fall2023:projects:set0 [2023/11/08 16:13] – [set] walley | notes:discrete:fall2023:projects:set0 [2023/11/09 04:45] (current) – [member] cfoster8 | ||
---|---|---|---|
Line 7: | Line 7: | ||
A member is an element within a set. Each member within a set is unique from each other (no duplicates). | A member is an element within a set. Each member within a set is unique from each other (no duplicates). | ||
+ | There also cannot be more members in the set than there is space in the array. It only has as much memory allocated as the array specifies. To make the set larger you would need to make a new array. | ||
====Venn Diagram==== | ====Venn Diagram==== | ||