Abstract concepts and data structures… Sets: Set is an abstract data type. its data have no order and there are no repeated values. Examples of set base data structures are dictionaries (Maps), Graphs, etc… Lists: list is also an abstract data type. Its data have order and there can be repeated values…