Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tobyink/advent-of-code
https://github.com/tobyink/advent-of-code
advent-of-code advent-of-code-2022 advent-of-code-c advent-of-code-java advent-of-code-javascript advent-of-code-perl advent-of-code-php advent-of-code-python advent-of-code-raku advent-of-code-ruby advent-of-code-rust
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tobyink/advent-of-code
- Owner: tobyink
- Created: 2022-12-02T09:57:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-14T07:48:17.000Z (over 1 year ago)
- Last Synced: 2024-10-27T18:07:17.591Z (2 months ago)
- Topics: advent-of-code, advent-of-code-2022, advent-of-code-c, advent-of-code-java, advent-of-code-javascript, advent-of-code-perl, advent-of-code-php, advent-of-code-python, advent-of-code-raku, advent-of-code-ruby, advent-of-code-rust
- Language: Perl
- Homepage: https://adventofcode.com/2022/
- Size: 12.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2022
[![AoC 2022](https://github.com/tobyink/advent-of-code/actions/workflows/aoc2022.yml/badge.svg)](https://github.com/tobyink/advent-of-code/actions/workflows/aoc2022.yml)
[Advent of Code 2022](https://adventofcode.com/2022/) provides 25 coding
puzzles. I have decided to solve these in a variety of different languages
including ones I use day-to-day (like Perl 5 and Javascript), ones I'm
familiar with but get to use less often (like PHP, Python, Ruby, C, and Java),
and ones I'm still learning (like Rust and Raku).## Goals
- [x] solve every day
- [x] at least 8 days solved in Rust 2021
- [x] at least 8 days solved in Perl 5
- [x] at least 4 days solved in Javascript (node)
- [x] at least 4 days solved in PHP
- [x] at least 2 days solved in Raku
- [x] at least 2 days solved in Python
- [x] at least 2 days solved in Ruby
- [x] at least 1 day solved in C
- [x] at least 1 day solved in JavaThat's 32 solutions for 25 puzzles, so some days will have multiple solutions.
## Solutions
```text
======================================================================================
Lang | TT | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
-----+----+---------------------------------------------------------------------------
Rust | 10 | ** ** ** ** ** ** ** ** ** **
Perl | 19 | ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** *
Node | 4 | ** ** ** **
PHP | 4 | ** ** ** **
Raku | 2 | ** **
Py | 2 | ** **
Ruby | 2 | ** **
C | 2 | ** **
Java | 1 | **
-----+----+---------------------------------------------------------------------------
TTTT | 46 | 3 1 2 3 1 5 3 1 8 1 1 2 2 1 2 1 1 1 1 1 1 1 1 1 1
======================================================================================
```