https://github.com/pstachula-dev/advent-of-code
https://adventofcode.com/
https://github.com/pstachula-dev/advent-of-code
Last synced: about 1 month ago
JSON representation
https://adventofcode.com/
- Host: GitHub
- URL: https://github.com/pstachula-dev/advent-of-code
- Owner: pstachula-dev
- Created: 2021-05-05T20:56:09.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-07T10:35:59.000Z (5 months ago)
- Last Synced: 2025-02-26T14:08:11.479Z (4 months ago)
- Language: TypeScript
- Size: 6.41 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- really-awesome-advent-of-code - pstachula-dev/advent-of-code - commit/pstachula-dev/advent-of-code/main) (🎄 2024 AoC Solutions / Solutions)
README
# Advent of code time!
### How to run code:
Requirements: Bun
1. Install dependencies
```sh
bun i
```2. Inside root directory run:
```sh
bun 2024/ts/day01/index.ts
```## 2024
2. *bun 1.1.38, Arch Linux x86_64, 32 GB, AMD Ryzen 7 5800X (16) @ 4.851GHz*| 2024 | Part 1 | Part 2 |
| :--- | ---: | ---: |
| [Day 1](/2024/ts/day01/index.ts) | 1.7ms | 4.0ms |
| [Day 2](/2024/ts/day02/index.ts) | 3.4ms | 10.3ms |
| [Day 3](/2024/ts/day03/index.ts) | 1.0ms | 1.0ms |
| [Day 4](/2024/ts/day04/index.ts) | 6.8ms | 3.6ms |
| [Day 5](/2024/ts/day05/index.ts) | 61.4ms | 690.2ms |
| [Day 6](/2024/ts/day06/index.ts) | 1.1ms | 926.5ms |
| [Day 7](/2024/ts/day07/index.ts) | 25.0ms | 957.8ms |
| [Day 8](/2024/ts/day08/index.ts) | 0.9ms | 1.2ms |
| [Day 9](/2024/ts/day09/index.ts) | 11.8ms | 2846.3ms |
| [Day 10](/2024/ts/day10/index.ts) | 7.8 ms | 9.5ms |
| [Day 11](/2024/ts/day11/index.ts) | 2.1ms | 28.9ms |
| [Day 12](/2024/ts/day12/index.ts) | 10.6ms | 33.1ms |
| [Day 13](/2024/ts/day13/index.ts) | 7.1ms | - ms |
| [Day 14](/2024/ts/day14/index.ts) | 9.4ms | NaN |
| [Day 15](/2024/ts/day15/index.ts) | 4.8ms | - ms |
| [Day 16](/2024/ts/day16/index.ts) | - ms | - ms |
| [Day 17](/2024/ts/day17/index.ts) | 4.6ms | - ms |
| [Day 18](/2024/ts/day18/index.ts) | 3.4ms | 33.1ms |
| [Day 19](/2024/ts/day19/index.ts) | 22.2ms | 142.1ms |
| [Day 20](/2024/ts/day20/index.ts) | 249ms | 245.1ms |
| [Day 21](/2024/ts/day21/index.ts) | - ms | - ms |
| [Day 22](/2024/ts/day22/index.ts) | 33.9ms | 1126.5ms |
| [Day 23](/2024/ts/day23/index.ts) | 5.2 ms | 3.6 ms |
| [Day 24](/2024/ts/day24/index.ts) | 2.5 ms | - ms |
| [Day 25](/2024/ts/day25/index.ts) | 5.2 ms | - ms |