Back to Basics - C++ Containers
Offered By: javidx9 via YouTube
Course Description
Overview
Explore the essential C++ containers provided by the standard library in this 32-minute video tutorial. Learn how to effectively store and manipulate data using std::array, std::vector, std::list, std::deque, std::set, std::unordered_set, std::map, and std::unordered_map. Discover the program structure, array implementations, iterators, and the behind-the-scenes workings of vectors. Gain insights into lists, decks, sets, and maps to become a more fluid and stronger programmer by leveraging these powerful data structures. Enhance your C++ programming skills and let the containers do the hard work for you in this comprehensive overview of standard library containers.
Syllabus
Intro
Program Structure
Arrays
Standard Array
Iterators
Standard Vector
Behind The Scenes
Vectors
Lists
Decks
Sets
Maps
Summary
Taught by
javidx9
Related Courses
Intro to Computer ScienceUniversity of Virginia via Udacity Design of Computer Programs
Stanford University via Udacity Analytic Combinatorics, Part I
Princeton University via Coursera Algorithms, Part I
Princeton University via Coursera Algorithms, Part II
Princeton University via Coursera