Starting Out with C++ from Control Structures to Objects (9th Edition)
Starting Out with C++ from Control Structures to Objects (9th Edition)
9th Edition
ISBN: 9780134498379
Author: Tony Gaddis
Publisher: PEARSON
bartleby

Concept explainers

Question
Book Icon
Chapter 18, Problem 2RQE
Program Plan Intro

Linked List:

Linked list is a linear and dynamic data structure which is used to organize data; it contains sequence of elements which are connected together in memory to form a chain. The every element of linked list is called as a node.

STL vector:

The Standard Template Library (STL) includes the collection of data types and algorithms which can be used by programmers in their programs.

  • STL offers a vector data type which is used to hold a sequence of values or elements.
  • It is a dynamic array which can be automatically resized during vector operations.  A vector values are stored in contiguous memory locations.

Blurred answer
Students have asked these similar questions
What is the difference between a pointer and a linked list?
In c++, how do I display the last node in a linked list?
In C++, what are linked lists about?
Knowledge Booster
Background pattern image
Computer Science
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
Recommended textbooks for you
Text book image
New Perspectives on HTML5, CSS3, and JavaScript
Computer Science
ISBN:9781305503922
Author:Patrick M. Carey
Publisher:Cengage Learning