bartleby

Concept explainers

Expert Solution & Answer
Book Icon
Chapter 17.1, Problem 17.4CP

Explanation of Solution

Self-referential data structure:

It is a data structure, contains sequence of elements which includes at least one pointer variable in type of its own kind. It can be implemented to form other data structures such as list, stacks, queues and trees.

Purpose of self-referential pointer:

The purpose of the self-referential data structure is that each variable maintains a link to another variable of the same type to forming a non-contiguous data structure. It is also called as a linked list...

Blurred answer
Students have asked these similar questions
What is a self-referential data structure?
What is the definition of a self-referential data structure?
What exactly does "data-structure" mean? What are the different kinds of data structures?

Chapter 17 Solutions

Starting Out with C++: From Control Structures through Objects, Brief Version plus MyLab Programming with Pearson eText - Access Card Package (8th Edition)