I would like to try to write my own container, just as an exercise, and I'm aiming to produce something that will work according to the C++11 standard, and I'm also trying to avoid trivial and inefficient implementations like a linked list.
I would like an input about what is the easiest and less verbose container to implement and in what part of the C++11 standard I can find the description of the features that are required by the standard itself.