I'm trying to find a cheat sheet for the containers of the STL. So, if someone was designing a system and didn't have the STL containers memorized, they could refer to the cheat sheet and have a better chance of choosing an efficient container to suit their particular problem.
Is there a table that shows big O notation for each of the STL container methods?