Chapter 8: Problem 8
The following table represents a portion of a linked list in a computer's main memory. Each entry in the list consists of two cells: The first contains a letter of the alphabet; the second contains a pointer to the next list entry. Alter the pointers so that the letter ' \(N\) ' is no longer in the list. Then replace the letter ' \(N\) ' with the letter ' \(G\) ' and alter the pointers so that the new letter appears in the list in its proper place in alphabetical order. $$ \begin{array}{cc} \text { Address } & \text { Contents } \\ 0 \times 30 & ' J \text { ' } \\ 0 \times 31 & 0 \times 38 \\ 0 \times 32 & ' B \text { ' } \\ 0 \times 33 & 0 \times 30 \\ 0 \times 34 & ' \times ' \\ 0 \times 35 & 0 \times 41 \\ 0 \times 36 & ' N \text { ' } \end{array} $$ $$ \begin{array}{cc} \text { Address } & \text { Contents } \\ 0 \times 37 & 0 \times 3 \mathrm{~A} \\ 0 \times 38 & ' \mathrm{~K} \text { ' } \\ 0 \times 39 & 0 \times 36 \\ 0 \times 3 \mathrm{~A} & ' \mathrm{P}^{\prime} \\ 0 \times 3 \mathrm{~B} & 0 \times 34 \end{array} $$
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.