package
0.0.0-20240704130330-202c463ba4d5
Repository: https://github.com/marjamis/advent-of-code.git
Documentation: pkg.go.dev
# Functions
Day1Part1 return the total of the calibration values for the trebuchet.
Day1Part2 return the total of the calibration values for the trebuchet with text digits allowed.
Day2Part1 returns the sum of all valid games.
Day2Part2 returns the sum of the power of the minimum number of cubes per colour per game.
Day3Part1 returns a sum of all the found parts.
Day3Part2 returns a sum of all the gears.
Day4Part1 return the total number of point per winning card.
Day4Part2 returns the total number of scratchcards after the copies are made.
Day5Part1 returns the closest seed location.
Day5Part2 returns the closest seed location, based off the seed ranges.
Day6Part1 returns the number of victories per race.
Day6Part2 returns the number of victories for the big race.
Day7Part1 returns the total winnings with jokers being normal.
Day7Part2 returns the total winnings with jokers being wild.
Day8Part1 returns the steps taken from the start to end node.
Day8Part2 returns the steps taken from all start nodes to all end nodes at the same time.
Day9Part1 returns sum of right extrapolated values.
Day9Part2 returns sum of left extrapolated values.
# Type aliases
No description provided by the author