All Projects → tginsberg → advent-2020-kotlin

tginsberg / advent-2020-kotlin

Licence: Apache-2.0 license
🎄 Advent of Code 2020: Solutions in Kotlin

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to advent-2020-kotlin

advent-of-code
My Advent of Code Solutions - 350/350 Stars
Stars: ✭ 30 (-18.92%)
Mutual labels:  advent-of-code, adventofcode, advent-of-code-2020, adventofcode2020
adventofcode
Advent of Code solutions 2015-2021
Stars: ✭ 95 (+156.76%)
Mutual labels:  advent-of-code, advent-of-code-2020, aoc2020
adventofcode-20
AdventOfCode 2020 solutions from the Devcord server
Stars: ✭ 18 (-51.35%)
Mutual labels:  adventofcode, advent-of-code-2020, adventofcode2020
AdventOfCode-Java
adventOfCode(Language.JAVA);
Stars: ✭ 15 (-59.46%)
Mutual labels:  advent-of-code, adventofcode, advent-of-code-2020
advent-of-code
My solutions for Advent of Code
Stars: ✭ 32 (-13.51%)
Mutual labels:  advent-of-code, advent-of-code-2020
Advent-of-Code-2019
My solutions for Advent of Code 2019
Stars: ✭ 14 (-62.16%)
Mutual labels:  advent-of-code, adventofcode
rust-advent
Learning Rust by solving advent of code challenges (Streaming live on Twitch every Monday)
Stars: ✭ 20 (-45.95%)
Mutual labels:  advent-of-code, advent-of-code-2020
AoCHelper
Helper .NET library for solving Advent of Code puzzles
Stars: ✭ 22 (-40.54%)
Mutual labels:  advent-of-code, adventofcode
advent-of-code-2020
🎅🌟❄️☃️🎄🎁
Stars: ✭ 98 (+164.86%)
Mutual labels:  advent-of-code, advent-of-code-2020
adventofcode
🎄 Advent of Code (2015-2021) in C#
Stars: ✭ 114 (+208.11%)
Mutual labels:  advent-of-code, advent-of-code-2020
AdventOfCode2020
Solving Advent of Code 2020, each day in a different language
Stars: ✭ 22 (-40.54%)
Mutual labels:  advent-of-code, advent-of-code-2020
advent-of-code
https://adventofcode.com/
Stars: ✭ 76 (+105.41%)
Mutual labels:  advent-of-code, adventofcode
AdventOfCode2021
My solutions to Advent of Code 2021
Stars: ✭ 15 (-59.46%)
Mutual labels:  advent-of-code, adventofcode
adventofcode-solver
🎄 Advent of Code (2015-2021) in JavaScript
Stars: ✭ 16 (-56.76%)
Mutual labels:  advent-of-code, advent-of-code-2020
advent-of-code-2021
🎄 My Advent of Code solutions in Rust. http://adventofcode.com/2021
Stars: ✭ 173 (+367.57%)
Mutual labels:  advent-of-code
aoc2018
Advent of Code 2018 - my answers
Stars: ✭ 13 (-64.86%)
Mutual labels:  advent-of-code
advent2019
Advent of Code 2019 solutions
Stars: ✭ 43 (+16.22%)
Mutual labels:  advent-of-code
advent-of-code-2018
Learning rust from scratch
Stars: ✭ 19 (-48.65%)
Mutual labels:  advent-of-code
advent-2017
Advent of Code 2017
Stars: ✭ 16 (-56.76%)
Mutual labels:  advent-of-code
aoc2020
Advent of Code done in the nix language
Stars: ✭ 28 (-24.32%)
Mutual labels:  advent-of-code

Advent of Code 2020 Solutions in Kotlin

license

This repo is my personal attempt at solving the Advent of Code 2020 set of problems with the Kotlin programming language.

I am trying to solve these on the day they are posted with clear, idiomatic solutions. That means in some cases I will sacrifice performance for a more clear solution. While I will endeavour to have these done day-of I can't promise it because work and life can get in the way. Plus, some of these problems can get quite involved, so solving it clearly and writing up an explanation might take me longer than a day. We'll see how it goes! :)

Past years, also in Kotlin:

Daily Solution Index for 2020

Day Title Links
1 Report Repair [Blog Post] [Code] [AoC]
2 Password Philosophy [Blog Post] [Code] [AoC]
3 Toboggan Trajectory [Blog Post] [Code] [AoC]
4 Passport Processing [Blog Post] [Code] [AoC]
5 Binary Boarding [Blog Post] [Code] [AoC]
6 Custom Customs [Blog Post] [Code] [AoC]
7 Handy Haversacks [Blog Post] [Code] [AoC]
8 Handheld Halting [Blog Post] [Code] [AoC]
9 Encoding Error [Blog Post] [Code] [AoC]
10 Adapter Array [Blog Post] [Code] [AoC]
11 Seating System [Blog Post] [Code] [AoC]
12 Rain Risk [Blog Post] [Code] [AoC]
13 Shuttle Search [Blog Post] [Code] [AoC]
14 Docking Data [Blog Post] [Code] [AoC]
15 Rambunctious Recitation [Blog Post] [Code] [AoC]
16 Ticket Translation [Blog Post] [Code] [AoC]
17 Conway Cubes [Blog Post] [Code] [AoC]
18 Operation Order [Blog Post] [Code] [AoC]
19 Monster Messages [Blog Post] [Code] [AoC]
20 Jurassic Jigsaw [Blog Post] [Code] [AoC]
21 Allergen Assessment [Blog Post] [Code] [AoC]
22 Crab Combat [Blog Post] [Code] [AoC]
23 Crab Cups [Blog Post] [Code] [AoC]
24 Lobby Layout [Blog Post] [Code] [AoC]
25 Combo Breaker [Blog Post] [Code] [AoC]

Copyright © 2020 by Todd Ginsberg.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].