https://github.com/beakerandjake/aoc-2022
Solutions to advent of code 2022 using the advent-of-code-runner cli
https://github.com/beakerandjake/aoc-2022
Last synced: 7 months ago
JSON representation
Solutions to advent of code 2022 using the advent-of-code-runner cli
- Host: GitHub
- URL: https://github.com/beakerandjake/aoc-2022
- Owner: beakerandjake
- License: gpl-3.0
- Created: 2022-12-23T23:15:50.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-13T18:29:03.000Z (almost 2 years ago)
- Last Synced: 2025-01-18T10:32:41.196Z (9 months ago)
- Language: JavaScript
- Size: 645 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# :santa: Advent of Code 2022 :christmas_tree:
This repository contains solutions to [advent of code 2022](https://adventofcode.com/2022)
_Created using [advent-of-code-runner](https://github.com/beakerandjake/advent-of-code-runner)_
## Usage
See [advent-of-code-runner](https://github.com/beakerandjake/advent-of-code-runner) for more information.### `npm run solve [day] [level]`
Solve the specified puzzle and output the answer.### `npm run submit [day] [level]`
Submit the answer for the specified puzzle to advent of code.### `npm run stats`
Output a table to the terminal showing the current completion progress.## Completion Progress - 49/49 (100%)
| Puzzle | Solved | Attempts | Runtime |
| --- | --- | --- | --- |
| 1.1 | ✓ | 1 | 100.792μs |
| 1.2 | ✓ | 1 | 109.417μs |
| 2.1 | ✓ | 1 | 199.000μs |
| 2.2 | ✓ | 1 | 193.667μs |
| 3.1 | ✓ | 1 | 369.584μs |
| 3.2 | ✓ | 1 | 350.042μs |
| 4.1 | ✓ | 1 | 353.250μs |
| 4.2 | ✓ | 1 | 363.542μs |
| 5.1 | ✓ | 1 | 296.667μs |
| 5.2 | ✓ | 1 | 275.625μs |
| 6.1 | ✓ | 1 | 330.375μs |
| 6.2 | ✓ | 1 | 860.208μs |
| 7.1 | ✓ | 1 | 729.708μs |
| 7.2 | ✓ | 2 | 836.625μs |
| 8.1 | ✓ | 2 | 1.836ms |
| 8.2 | ✓ | 2 | 4.290ms |
| 9.1 | ✓ | 1 | 3.206ms |
| 9.2 | ✓ | 1 | 6.058ms |
| 10.1 | ✓ | 1 | ***90.208μs (best)*** |
| 10.2 | ✓ | 1 | 913.708μs |
| 11.1 | ✓ | 1 | 944.125μs |
| 11.2 | ✓ | 1 | 104.478ms |
| 12.1 | ✓ | 1 | 7.927ms |
| 12.2 | ✓ | 1 | 369.524ms |
| 13.1 | ✓ | 1 | 487.917μs |
| 13.2 | ✓ | 1 | 1.482ms |
| 14.1 | ✓ | 1 | 26.272ms |
| 14.2 | ✓ | 1 | 628.154ms |
| 15.1 | ✓ | 1 | 831.967ms |
| 15.2 | ✓ | 1 | 661.918ms |
| 16.1 | ✓ | 1 | 74.937ms |
| 16.2 | ✓ | 1 | 192.805ms |
| 17.1 | ✓ | 1 | 6.567ms |
| 17.2 | ✓ | 1 | 34.680ms |
| 18.1 | ✓ | 1 | 3.736ms |
| 18.2 | ✓ | 2 | 10.992ms |
| 19.1 | ✓ | 3 | 134.316ms |
| 19.2 | ✓ | 1 | 938.189ms |
| 20.1 | ✓ | ***4 (worst)*** | 63.280ms |
| 20.2 | ✓ | 1 | 588.693ms |
| 21.1 | ✓ | 1 | 1.618ms |
| 21.2 | ✓ | 1 | 1.845ms |
| 22.1 | ✓ | 1 | 5.164ms |
| 22.2 | ✓ | 1 | 10.908ms |
| 23.1 | ✓ | 1 | 14.057ms |
| 23.2 | ✓ | 1 | ***992.850ms (worst)*** |
| 24.1 | ✓ | 1 | 209.101ms |
| 24.2 | ✓ | 1 | 374.303ms |
| 25.1 | ✓ | 1 | 192.459μs |
| | **Average** | 1.18 | 128.840ms |