Home > Back-end >  List for help
List for help

Time:12-15

At last a while there seems to be a problem, can help me with it

CodePudding user response:

 r - & gt; Next==NLLL;//to use==? 

In the loop directly to modify L (traverse) is appropriate?

Can be changed to the following:
 
S=L;
While (s - & gt; Next) {
S=s - & gt; Next;
}

CodePudding user response:

Thank you for your help
  • Related