Skip to content

Latest commit

 

History

History
188 lines (123 loc) · 9.22 KB

advent-of-code.md

File metadata and controls

188 lines (123 loc) · 9.22 KB

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:

Advent of Code 2021

Get ready

We'll take you through the basic tips on how to get up and running with solving Advent of Code challenges with Kotlin:

Day 1: Sonar sweep

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: