CodePudding user response:
The List of the remove (int index) methodWrite their own list, then traverse the nodes, and each node in the array, the array length - n elements will delete nodes, and the elements of the array length - n - 1 next pointer to an array of node length - n + 1 element nodes can
CodePudding user response:
ListEleList. Add (1);
EleList. Add (2);
EleList. Add (3);
EleList. Remove (eleList. The size () - 2);