mirror of
https://github.com/chefyuan/algorithm-base.git
synced 2026-03-11 04:14:41 +00:00
代码重构 【Github Actions】
This commit is contained in:
@@ -188,7 +188,6 @@ class Solution {
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Go Code:
|
||||
|
||||
```go
|
||||
@@ -214,4 +213,3 @@ func partition(head *ListNode, x int) *ListNode {
|
||||
return headSmall.Next
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user