Set vs bag
No edit summary
(Adding message template to the top of the page)
Line 1: Line 1:
{{message|Write the content here to display this box}}
Set{1,2,3} Bag{1,2,3}
Set{1,2,3} Bag{1,2,3}



Revision as of 22:35, 16 June 2024

Write the content here to display this box

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.

See also: Collections

This page was edited 1 days ago on 09/19/2024. What links here