//
pkg.gl
Category
github.com/asphaltbuffet/advent-of-code
exercises
2022
25-fullOfHotAir
go
package
0.0.0-20240204171805-e61498d205e4
Repository:
https://github.com/asphaltbuffet/advent-of-code.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
108 SLOC
#
Functions
Decode
Decode converts a base 5 SNAFU string to an integer in base 10.
Encode
Encode converts an integer in base 10 to a base 5 SNAFU string.
Pow
Pow returns x^n, the base-x exponential of n.
Reverse
Reverse returns a new slice with the elements of s in Reverse order.
#
Structs
Exercise
Exercise for Advent of Code 2022 day 25.