EBK STARTING OUT WITH C++
EBK STARTING OUT WITH C++
8th Edition
ISBN: 8220100794438
Author: GADDIS
Publisher: PEARSON
Question
Book Icon
Chapter 17, Problem 3RQE
Program Plan Intro

List or 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.

Blurred answer
Students have asked these similar questions
What is List Inlay?
What exactly is List Inlay?
Lists are often used in functional programming languages. What's up?