Chapter 7 Flashcards

1
Q

Circular linked list

A

A list in which every node has a successor; the “last” element is succeeded by the “first” element

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Doubly linked list

A

A linked list in which each node is linked to both its successor and its predessor

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Header node

A

A placeholder node at the beginning of a list; used to simplify list processing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Trailer node

A

A placeholder node at the end of a list; used to simplify list processing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

A list in which every node has a successor; the “last” element is succeeded by the “first” element

A

Circular linked list

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

A linked list in which each node is linked to both its successor and its predessor

A

Doubly linked list

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

A placeholder node at the beginning of a list; used to simplify list processing

A

Header node

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

A placeholder node at the end of a list; used to simplify list processing

A

Trailer node

How well did you know this?
1
Not at all
2
3
4
5
Perfectly