Idiomatic Kotlin: Solving Advent of Code Puzzles, Working With Lists
This post continues our “Idiomatic Kotlin” series and provides the solution for the Advent of Code Day 9* challenge. While solving it, we’ll look into different ways to manipulate lists in Kotlin. Day 9. Encoding error, part I We need to attack a weakness in data encrypted with the eXchange-Masking Addition System (XMAS)! The data […]