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 q2402 implements a solution for https://leetcode.com/problems/meeting-rooms-iii/
|
||||
package q2402
|
||||
|
||||
import (
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
// Package q2405 implements a solution for https://leetcode.com/problems/optimal-partition-of-string/
|
||||
package q2405
|
||||
|
||||
func partitionString(s string) int {
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
// Package q2462 implements a solution for https://leetcode.com/problems/total-cost-to-hire-k-workers/
|
||||
package q2462
|
||||
|
||||
import "container/heap"
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
// Package q2483 implements a solution for https://leetcode.com/problems/minimum-penalty-for-a-shop/
|
||||
package q2483
|
||||
|
||||
func bestClosingTime(customers string) int {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue