Merge pull request #814 from Jerry-306/patch-28

解决 0416 分割等和子集 Go 语言版本代码没有样式问题
This commit is contained in:
程序员Carl
2021-10-05 14:23:16 +08:00
committed by GitHub

View File

@ -227,7 +227,7 @@ class Solution:
```
Go
```
```go
func canPartition(nums []int) bool {
/**
动态五部曲: