python数据结构


python set和dict是用hash实现的。如果想用树实现的可以使用Collection包中相应的数据结构。比如collections.OrderedDict


Author: 蒋璋
Reprint policy: All articles in this blog are used except for special statements CC BY 4.0 reprint polocy. If reproduced, please indicate source 蒋璋 !