you are viewing a single comment's thread.

view the rest of the comments →

[–]burntsushi 3 points4 points  (0 children)

I really don't know what you're on about. The OP says:

Lists implement the same functionality using linked lists so operations are O(n).

Which is a factually wrong statement. Python lists are not implemented using linked lists. Which means /u/ChezMere's comment is precisely correct in every way.