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.
You can find all the solutions for the Advent of Code 2020 puzzles in our GitHub repository.
{type="tip"}
Explore input handling, iterating over a list, different ways of building a map, and using the let
function to simplify your code.
- Read the puzzle description on Advent of Code
- Check out the solution from Svetlana Isakova on the Kotlin Blog or watch the video: