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 q2130 implements a solution for https://leetcode.com/problems/maximum-twin-sum-of-a-linked-list/
|
||||
package q2130
|
||||
|
||||
import "math"
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
// Package q2154 implements a solution for https://leetcode.com/problems/keep-multiplying-found-values-by-two/
|
||||
package q2154
|
||||
|
||||
import "slices"
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
// Package q2169 implements a solution for https://leetcode.com/problems/count-operations-to-obtain-zero/
|
||||
package q2169
|
||||
|
||||
func countOperations(num1 int, num2 int) int {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue