package
Version:
v0.0.0-...-26478da
Opens a new window with list of versions in this module.
Published: Dec 12, 2024
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
2023 Day 4
Learnings
- Puzzle 1 was straightforward, can be solved easily with Regexp.
- Puzzle 2 was good practice for writing recursive functions.
- Processing time could have been shortened with go routines.
Documentation
¶
type Card struct {
Id int
Input string
WinningNumbers []int
CardNumbers []int
}
type CardPile struct {
Cards []*Card
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.