https://github.com/webbertakken/advent-of-code
Solutions for Advent of Code
https://github.com/webbertakken/advent-of-code
2024 advent-of-code aoc golang rust solutions typescript
Last synced: 19 days ago
JSON representation
Solutions for Advent of Code
- Host: GitHub
- URL: https://github.com/webbertakken/advent-of-code
- Owner: webbertakken
- License: mit
- Created: 2022-12-01T12:14:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-20T15:26:37.000Z (about 1 year ago)
- Last Synced: 2025-04-30T08:54:18.817Z (10 months ago)
- Topics: 2024, advent-of-code, aoc, golang, rust, solutions, typescript
- Language: TypeScript
- Homepage: https://adventofcode.com/
- Size: 703 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code
Me participating in [Advent of Code](https://adventofcode.com/2024/about).
To practice, I try to solve the problems in different languages;
ideally in a way that is idiomatic to the language.
## Getting started
### Clone
Clone the repository and navigate to it's root directory.
```bash
git clone https://github.com/webbertakken/advent-of-code.git
cd advent-of-code
```
### Navigate
Navigate to language and year of your choice.
For example:
```bash
cd 2022/typescript
```
### Operate
Open the README.md file of the selected folder to see how to run the solutions.
## Stats 2024
These are the mean stats over multiple sample runs.
### Day 1
- Part 1: 0.58 ms
- Part 2: 0.54 ms
### Day 2
- Part 1: 0.37 ms
- Part 2: 1.03 ms
### Day 3
- Part 1: 0.13 ms
- Part 2: 0.08 ms
### Day 4
- Part 1: 0.88 ms
- Part 2: 0.35 ms
### Day 5
- Part 1: 0.66 ms
- Part 2: 0.63 ms
### Day 6
- Part 1: 0.11 ms
- Part 2: 1.73 seconds ⚠️
### Day 7
- Part 1: 12.44 ms
- Part 2: 638.85 ms
### Day 8
- Part 1: 0.17 ms
- Part 2: 0.22 ms
### Day 9
- Part 1: 2.71 ms
- Part 2: 85.08 ms
### Day 10
- Part 1: 1.01 ms
- Part 2: 0.87 ms
### Day 11
- Part 1: 0.89 ms
- Part 2: 5.31 ms
### Day 12
- Part 1: 8.66 ms
- Part 2: 8.77 ms
### Day 13
- Part 1: 0.22 ms
- Part 2: 0.21 ms
### Day 14
- Part 1: 0.29 ms
- Part 2: 237.72 ms
### Day 15
- Part 1: 1.21 ms
- Part 2: 1.54 ms
### Day 16
- Part 1: 133.20 ms
- Part 2: > 2 minutes ⚠️
### Day 17
- Part 1: 0.02 ms
- Part 2: 89.14 ms
### Day 18
- Part 1: 2.83 ms
- Part 2: 24.03 ms
### Day 19
- Part 1: 14.72 ms
- Part 2: 84.66 ms
## License
This repository is [MIT](./LICENSE) licensed.