chore: add package level comments
This commit is contained in:
parent
cc87c4b30c
commit
ee1868a10e
303 changed files with 303 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
// Package q3432 implements a solution for https://leetcode.com/problems/count-partitions-with-even-sum-difference/
|
||||
package q3432
|
||||
|
||||
func countPartitions(nums []int) int {
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
// Package q3453 implements a solution for https://leetcode.com/problems/separate-squares-i/
|
||||
package q3453
|
||||
|
||||
import (
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
// Package q3454 implements a solution for https://leetcode.com/problems/separate-squares-ii/
|
||||
package q3454
|
||||
|
||||
import (
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
// Package q3461 implements a solution for https://leetcode.com/problems/check-if-digits-are-equal-in-string-after-operations-i/
|
||||
package q3461
|
||||
|
||||
func hasSameDigits(s string) bool {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue