Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hallerpatrick/aoc-2021
- Owner: HallerPatrick
- License: mit
- Created: 2021-12-01T12:25:27.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-17T21:11:58.000Z (about 3 years ago)
- Last Synced: 2024-12-08T18:04:54.308Z (about 1 month ago)
- Language: Python
- Size: 3.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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...)