List,Stacks,Queues,and Priority QueuesCollections
Collectionscollectionstoring a collection of elementsset : store a group of nonduplicate elements.list : store an ordered collection of elements.stack : store objects that are processed in a last-in,first-out fashion.queue : store objects that are p