在Python3中将集合与“ ==”进行比较的时间复杂度是多少?

时间:2018-11-05 10:18:37

标签: python python-3.x data-structures set time-complexity

在Python3中,将两个time complexitySets符号进行比较的==是什么?

a = set({1, 3, 9, 7})
b = set({1, 3, 4, 5, 8, 13})

print(a == b) # False

0 个答案:

没有答案