Skip to content

Sonnenhut/aoc2022

Repository files navigation

Advent of code 2022 in kotlin/android

This is another year of puzzles, this time in kotlin

Things to remember

  • When calculating a position of a text on screen, make sure the text is monospaced...
  • coerceIn. given a number get the closest number in a provided range (day9)
  • Kotlin does now throw an overflow when you calculate an Int over it's MAX_VALUE... (day11)
  • When generating a bunch of values, that we don't really need to store permanently. Use a sequence (day15)

About

Advent of Code 2022

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages