Advent of Code 2015 Day 09: Permutations
Go does not have a permutations function in the standard library, so I had to look up algorithms.
Software Development and Life Adventures
Go does not have a permutations function in the standard library, so I had to look up algorithms.
I intend to solve all Advent of Code puzzles from 2015 to 2024 in Go and Rust.