package
0.0.0-20191230163237-a30599c1cba0
Repository: https://github.com/mjm/advent-of-code-2019.git
Documentation: pkg.go.dev
# Functions
Decode decodes a signal using the FFT.
Digits takes a string of all digit characters and returns a slice of all of the individual digits as integers.
DigitsToString converts a list of digits to a string concatenating them all together.
FFT runs a Flawed Frequency Transmission algorithm over the input n times.
OffsetFFT calculates the FFT offset into some point in the second half of the input.