Sometimes a single linked list is given two different orders by attaching two pointers to each entry rather than one. Fill in the table below so that by following the first pointer after each letter one finds the name Carol, but by following the second pointer after each letter one finds the letters in alphabetical order. What values belong in the head pointer of each of the two lists represented?
Address | Contents |
60 | O |
61 |
|
62 |
|
63 | C |
64 |
|
65 |
|
66 | A |
67 |
|
68 |
|
69 | L |
70 |
|
71 |
|
72 | R |
73 |
|
74 |
|
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.