Day24Common
Types
Functions
solve
Link copied to clipboard
private fun solve(range: IntProgression, alu: Day24Common.ALU = initialAlu.copy(), index: Int = 0, prefix: Long = 0, visited: MutableSet<in Day24Common.State> = CacheSet(0x1000000)): Long?
Content copied to clipboard
Properties
groups
Link copied to clipboard
private val groups: List<Pair<KMutableProperty1<Day24Common.ALU, Int>, List<Day24Common.Instruction>>>
Content copied to clipboard
initialAlu
Link copied to clipboard