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 q1700 implements a solution for https://leetcode.com/problems/number-of-students-unable-to-eat-lunch/
|
||||
package q1700
|
||||
|
||||
func countStudents(students []int, sandwiches []int) int {
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
// Package q1716 implements a solution for https://leetcode.com/problems/calculate-money-in-leetcode-bank/
|
||||
package q1716
|
||||
|
||||
func totalMoney(n int) int {
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
// Package q1732 implements a solution for https://leetcode.com/problems/find-the-highest-altitude/
|
||||
package q1732
|
||||
|
||||
func largestAltitude(gain []int) int {
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
// Package q1768 implements a solution for https://leetcode.com/problems/merge-strings-alternately/
|
||||
package q1768
|
||||
|
||||
import "strings"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue