day04
This commit is contained in:
@@ -3,7 +3,7 @@ package grid2d
|
||||
import (
|
||||
"strings"
|
||||
|
||||
"adventofcode2024/utils"
|
||||
"adventofcode2025/utils"
|
||||
)
|
||||
|
||||
type Grid[T any] struct {
|
||||
|
||||
@@ -3,9 +3,9 @@ package inputs
|
||||
import (
|
||||
"strings"
|
||||
|
||||
"adventofcode2024/utils"
|
||||
"adventofcode2024/utils/grid2d"
|
||||
sparsegrid "adventofcode2024/utils/sparseGrid"
|
||||
"adventofcode2025/utils"
|
||||
"adventofcode2025/utils/grid2d"
|
||||
sparsegrid "adventofcode2025/utils/sparseGrid"
|
||||
)
|
||||
|
||||
func ToInts(input string, sep string) []int {
|
||||
|
||||
@@ -4,7 +4,7 @@ import (
|
||||
"fmt"
|
||||
"strings"
|
||||
|
||||
"adventofcode2024/utils"
|
||||
"adventofcode2025/utils"
|
||||
)
|
||||
|
||||
type SparseGrid[T comparable] struct {
|
||||
|
||||
Reference in New Issue
Block a user