Traditional Culture Encyclopedia - Hotel franchise - A linear table link is stored in the following array A, and the head pointer is A[0]. Next, try to write this linear table.

A linear table link is stored in the following array A, and the head pointer is A[0]. Next, try to write this linear table.

A 0 1 2 3 4 5 6 7

Data 60 50 78 90 34 40

Next 3 5 7 2 0 4 1

A[0] == > Answer [3]

= => One

= => Answer [7]

A 0 1 2 3 4 5 6 7

Data 60 50 78 90 34 40

Next 3 5 7 2 0 4 1

A[0] == > a 78

= = & gt50

= => A 40

= => A 60

= => A 34

= => A 90

= = & gtA[0]

This is a circular linked list.

Asking for adoption usually helps you.