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 q2300 implements a solution for https://leetcode.com/problems/successful-pairs-of-spells-and-potions/
|
||||
package q2300
|
||||
|
||||
import "slices"
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
// Package q2336 implements a solution for https://leetcode.com/problems/smallest-number-in-infinite-set/
|
||||
package q2336
|
||||
|
||||
import "container/heap"
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
// Package q2352 implements a solution for https://leetcode.com/problems/equal-row-and-column-pairs/
|
||||
package q2352
|
||||
|
||||
import "strings"
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
// Package q2390 implements a solution for https://leetcode.com/problems/removing-stars-from-a-string/
|
||||
package q2390
|
||||
|
||||
func removeStars(s string) string {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue