Advent of Code is an annual December event, where holiday-themed puzzles are published every day from December 1 to December 25. With the permission of Eric Wastl, creator of Advent of Code, we'll show how to solve these puzzles using the idiomatic Kotlin style:
We'll take you through the basic tips on how to get up and running with solving Advent of Code challenges with Kotlin:
-
Read our blog post about Advent of Code 2021
-
Use this GitHub template to create projects
-
Check out the welcome video by Kotlin Developer Advocate, Sebastian Aigner:
Apply windowed and count functions to work with pairs and triplets of integers.
- Read the puzzle description on Advent of Code
- Check out the solution from Anton Arhipov on the Kotlin Blog or watch the video: