Python的list和dict可以实现类似于java中ArrayList与HashMap的功能。那么对于Java中其他的数据结构,包括Stack(堆栈),LinkedList(双链表),PriorityQueue(堆,优先队列),TreeMap与TreeSet等等,Python是怎么实现的呢?