Derek52 / 2022AdventOfCodeKotlin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2022AdventOfCodeKotlin

Welcome to the Advent of Code1 Kotlin project created by derek52 using the Advent of Code Kotlin Template delivered by JetBrains.

I'm solving these puzzles using Kotlin

I'm trying to solve these as fast as possible, while still also writing somewhat decent algorithms.

No code in this repo will be super beautiful though. Especially because I'm actively avoiding using built in helpers like collections.sort() methods.

If you're stuck with Kotlin-specific questions or anything related to this template, check out the following resources:

Footnotes

  1. Advent of Code – An annual event of Christmas-oriented programming challenges started December 2015. Every year since then, beginning on the first day of December, a programming puzzle is published every day for twenty-five days. You can solve the puzzle and provide an answer using the language of your choice.

About

License:Apache License 2.0


Languages

Language:Kotlin 100.0%