Summary: Data Structures
A summary of what we discussed in the “Data Structures” chapter.
In this chapter, the container types from the standard library were introduced. You learned that the way we structure data has a big impact on how efficiently we can perform certain operations on a collection of objects. The asymptotic complexity specifications of the standard library containers are key factors to consider when choosing among the different data structures.
Get hands-on with 1400+ tech skills courses.