Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hallerpatrick/aoc-2021

Advent of Code 2021
https://github.com/hallerpatrick/aoc-2021

Last synced: 28 days ago
JSON representation

Advent of Code 2021

Awesome Lists containing this project

README

        

# Advent of Code 2021

This repo includes all the solutions of this years [Advent of Code](adventofcode.cm).

But not only will the contain the solutions for every day, **but** everything day
will be solved with a different programming language

```
. . . + . . .
. . . # . .
. . ### . . .
. . "#:. .:##"##:. .:#" . .
. . "####"###"####" .
. "#:. .:#"###"#:. .:#" . . .
. "#########"#########" . .
. "#:. "####"###"####" .:#" . .
. . "#######""##"##""#######" .
."##"#####"#####"##" . .
. "#:. ... .:##"###"###"##:. ... .:#" .
. "#######"##"#####"##"#######" . .
. . "#####""#######""#####" . .
. " 000 " . .
. . . 000 . . .
.. .. ..................O000O........................ ...... ...
```

## Challenges

- [x] Day 1 (Python)
- [x] Day 2 (C++)
- [x] Day 3 (Typescript (with Deno Runtime))
- [x] Day 4 (Ruby)
- [x] Day 5 (Nim)
- [x] Day 6 (Java)
- [x] Day 7 (Dart)
- [x] Day 8 (Swift)
- [x] Day 9 (Groovy)
- [x] Day 10 (D)
- [x] Day 11 (Scala)
- [x] Day 12 (Kotlin)
- [x] Day 13 (PHP)
- [x] Day 14 (Javascript)
- [x] Day 15 (Haskell, tried in Zig)
- [x] Day 16 (Python...)