C++: Working with Sequence Containers

C++    |    Expert
  • 12 videos | 1h 26m 17s
  • Includes Assessment
  • Earns a Badge
Rating 4.4 of 5 users Rating 4.4 of 5 users (5)
In C++, containers are structures that store collections of other objects known as elements. Sequence containers are used to store elements of the same type sequentially in a linear arrangement, and associative containers store elements in the form of key-value pairs. In this course, work with basic sequence containers called arrays, as well as vectors. Next, learn about forward lists and lists, which are sequence data structures that allow constant time insert and erase operations. Finally, discover how to work with deques (double-ended queues) and container adapters, including stacks, queues, and priority queues. Upon completion, you'll be able to contrast sequence and associative containers, enumerate properties, and correctly use stacks, queues, and priority queues.

WHAT YOU WILL LEARN

  • Discover the key concepts covered in this course
    Differentiate associative and sequence containers
    Recognize the different types of sequence containers
    Create and iterate over arrays
    Use vectors and manage their sizes
    Insert, modify, and remove elements from vectors
  • Create and use forward list data structures
    Generate lists and recognize how much faster they are than vectors
    Outline the queue, stack, and priority queue container adapters
    Make deques and recognize how much faster they are than vectors
    Create and use the stack, queue, and priority queue container adapters
    Summarize the key concepts covered in this course

IN THIS COURSE

EARN A DIGITAL BADGE WHEN YOU COMPLETE THIS COURSE

Skillsoft is providing you the opportunity to earn a digital badge upon successful completion on some of our courses, which can be shared on any social network or business platform.

Digital badges are yours to keep, forever.

YOU MIGHT ALSO LIKE

Rating 5.0 of 5 users Rating 5.0 of 5 users (5)
Rating 3.9 of 8 users Rating 3.9 of 8 users (8)
Rating 4.5 of 26 users Rating 4.5 of 26 users (26)

PEOPLE WHO VIEWED THIS ALSO VIEWED THESE

Rating 4.5 of 26 users Rating 4.5 of 26 users (26)
Rating 4.4 of 15 users Rating 4.4 of 15 users (15)
Rating 4.8 of 6 users Rating 4.8 of 6 users (6)