Set vs bag
(Created page with "Set{1,2,3} Bag{1,2,3} Set will only have 1 instance of objects - multiple instances resulting from operations will be stripped Bag can have multiple instances of objects") |
No edit summary |
||
Line 3: | Line 3: | ||
Set will only have 1 instance of objects - multiple instances resulting from operations will be stripped | Set will only have 1 instance of objects - multiple instances resulting from operations will be stripped | ||
Bag can have multiple instances of objects | Bag can have multiple instances of objects |
Revision as of 12:37, 25 November 2019
This page was created by Hans.karlsen on 2019-11-25. Last edited by Edgar on 2025-01-20.
Set{1,2,3} Bag{1,2,3}
Set will only have 1 instance of objects - multiple instances resulting from operations will be stripped
Bag can have multiple instances of objects