Test cases
|
|
Solution1: accepted
Primitive brute solution. 1ms but is below 99%.
Solution 2: accepted
Bring forward the second number and remove it from the first listnode
Solution 3: accepted
|
|
|
|
Primitive brute solution. 1ms but is below 99%.
Bring forward the second number and remove it from the first listnode
|
|