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

https://github.com/beakerandjake/aoc-2023

advent of code 2023
https://github.com/beakerandjake/aoc-2023

Last synced: 7 months ago
JSON representation

advent of code 2023

Awesome Lists containing this project

README

          

# :santa: Advent of Code 2023 :christmas_tree:

This repository contains solutions to [advent of code 2023](https://adventofcode.com/2023)

_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 - 19/49 (39%)

| Puzzle | Solved | Attempts | Runtime |
| --- | --- | --- | --- |
| 1.1 | ✓ | 1 | 659.667μs |
| 1.2 | ✓ | 2 | 1.850ms |
| 2.1 | ✓ | 1 | 849.916μs |
| 2.2 | ✓ | 1 | 836.000μs |
| 3.1 | ✓ | 1 | 4.064ms |
| 3.2 | ✓ | 1 | 3.509ms |
| 4.1 | ✓ | 1 | 1.613ms |
| 4.2 | ✓ | 1 | 2.156ms |
| 5.1 | ✓ | 1 | 461.041μs |
| 5.2 | ✓ | 1 | 1.265ms |
| 6.1 | ✓ | 1 | ***191.208μs (best)*** |
| 6.2 | ✓ | 1 | 7.304ms |
| 7.1 | ✓ | ***3 (worst)*** | 3.978ms |
| 7.2 | ✓ | 2 | 4.119ms |
| 8.1 | ✓ | 1 | 2.639ms |
| 8.2 | ✓ | 1 | 7.419ms |
| 9.1 | ✓ | 1 | 1.942ms |
| 9.2 | ✓ | 1 | 1.967ms |
| 10.1 | ✓ | 1 | ***17.176ms (worst)*** |
| | **Average** | 1.21 | 3.368ms |