I read that python list has random access in constant time. So in some ways, it looks similar to std::vector implementation in C++ rather than a linked list based implementation. Will someone else throw light on this?
Asked
Active
Viewed 101 times