Skip to content

koczadly/AoC-2020-Java-Solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸŽ„πŸŽ„ Advent of Code 2020 Solutions (Java) πŸŽ„πŸŽ„

Here are my Java solutions for the 2020 Advent of Code challenge. I'll be attempting to solve every puzzle β€” but don't expect perfect or reliable code.

You can attempt these awesome puzzles for yourself at https://adventofcode.com/2020.

Technicalities

These solutions use Java 9, and make heavy use of the built-in Streams API.

The main method accepts 3 optional arguments: [day] [part] [version]. If no arguments are passed to the application, then it will run all of the solutions and print them to the console.

Solutions

Day Part 1 Part 2 Stars
1 βœ”οΈ [V1] βœ” [V1] ⭐⭐
2 βœ”οΈ [V1] βœ” [V1] ⭐⭐
3 βœ”οΈ [V1] βœ” [V1] ⭐⭐
4 βœ”οΈ [V1] βœ” [V1] ⭐⭐
5 βœ”οΈ [V1] βœ” [V1] ⭐⭐
6 βœ”οΈ [V1] βœ” [V1] ⭐⭐
7 βœ”οΈ [V1] βœ” [V1] ⭐⭐
8 βœ”οΈ [V1] [V2] βœ” [V1] ⭐⭐
9 βœ”οΈ [V1] βœ” [V1] ⭐⭐
10 βœ”οΈ [V1] βœ” [V1] ⭐⭐
11 βœ”οΈ [V1] βœ” [V1] ⭐⭐
12 βœ”οΈ [V1] βœ” [V1] ⭐⭐
13 βœ”οΈ [V1] βŒπŸ€” ⭐
14 βœ”οΈ [V1] βœ” [V1] ⭐⭐
15 βœ”οΈ [V1] βœ” [V1] ⭐⭐
16 βœ”οΈ [V1] βœ” [V1] ⭐⭐
17 βœ”οΈ [V1] βœ” [V1] ⭐⭐
18 βœ”οΈ [V1] [V2] βŒπŸ€” ⭐
19 πŸ•’ πŸ•’
20 πŸ•’ πŸ•’
21 πŸ•’ πŸ•’
22 πŸ•’ πŸ•’
23 πŸ•’ πŸ•’
24 πŸ•’ πŸ•’
25 🎁 πŸ•’ πŸ•’

About

Advent Of Code 2020 solutions in Java | https://adventofcode.com/2020

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages