chore: add package level comments

This commit is contained in:
Yiyang Kang 2026-02-27 12:55:48 +09:00
parent cc87c4b30c
commit ee1868a10e
Signed by: kkyy
SSH key fingerprint: SHA256:lJSbAzC3MvrSORdvIVK6h/3g+rVKJNzM7zq0MgA9WKY
303 changed files with 303 additions and 0 deletions

View file

@ -1,3 +1,4 @@
// Package q2943 implements a solution for https://leetcode.com/problems/maximize-area-of-square-hole-in-grid/
package q2943
import "slices"

View file

@ -1,3 +1,4 @@
// Package q2975 implements a solution for https://leetcode.com/problems/maximum-square-area-by-removing-fences-from-a-field/
package q2975
import "slices"

View file

@ -1,3 +1,4 @@
// Package q2976 implements a solution for https://leetcode.com/problems/minimum-cost-to-convert-string-i/
package q2976
import "math"

View file

@ -1,3 +1,4 @@
// Package q2977 implements a solution for https://leetcode.com/problems/minimum-cost-to-convert-string-ii/
package q2977
import "math"