This commit is contained in:
krahets
2024-03-21 04:22:07 +08:00
parent 35a07170c0
commit cfdb743939
52 changed files with 292 additions and 290 deletions
@@ -639,7 +639,6 @@ It's important to note that even though node `P` continues to point to `n1` afte
let P = n0.next
let n1 = P?.next
n0.next = n1
P?.next = nil
}
```