title | date | draft | tags | categories | |||
---|---|---|---|---|---|---|---|
Algorithm4 Java Solution 1.3.23 |
2019-07-04 05:47:10 +0800 |
false |
|
|
Why does the following code fragment not do the same thing as in the previous question?
x.next = t;
t.next = x.next;
node t.next=t
.