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