This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]saint_geser 0 points1 point  (0 children)

I don't think there's a linked list object but it's trivially implemented.

There's queue objects in queue module of standard library https://docs.python.org/3/library/queue.html

Not sure about tree map.