📜  顺便说一句,列表,队列和设置的区别? - 无论代码示例

📅  最后修改于: 2022-03-11 14:55:23.605000             🧑  作者: Mango

代码示例1
List and Set difference are index number and duplicate. 
Queue does not have index number. 
Except duplicates. It has a special order. First in, first out order
Stack is last in first out. And sub class of List