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:
@@ -164,7 +164,6 @@ class Solution {
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Go Code:
|
||||
|
||||
```go
|
||||
@@ -182,4 +181,3 @@ func getKthFromEnd(head *ListNode, k int) *ListNode {
|
||||
return after
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user