mirror of
https://github.com/youngyangyang04/leetcode-master.git
synced 2025-07-09 03:34:02 +08:00
Merge pull request #814 from Jerry-306/patch-28
解决 0416 分割等和子集 Go 语言版本代码没有样式问题
This commit is contained in:
@ -227,7 +227,7 @@ class Solution:
|
|||||||
```
|
```
|
||||||
Go:
|
Go:
|
||||||
|
|
||||||
```
|
```go
|
||||||
func canPartition(nums []int) bool {
|
func canPartition(nums []int) bool {
|
||||||
/**
|
/**
|
||||||
动态五部曲:
|
动态五部曲:
|
||||||
|
Reference in New Issue
Block a user