Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kibotrel/advent-of-code-2023
Solutions to Advent of code 2023 event problems.
https://github.com/kibotrel/advent-of-code-2023
advent-of-code advent-of-code-2023 c javascript
Last synced: 13 days ago
JSON representation
Solutions to Advent of code 2023 event problems.
- Host: GitHub
- URL: https://github.com/kibotrel/advent-of-code-2023
- Owner: kibotrel
- License: unlicense
- Archived: true
- Created: 2023-11-27T17:11:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-09T16:39:43.000Z (about 1 year ago)
- Last Synced: 2025-01-30T04:29:14.119Z (13 days ago)
- Topics: advent-of-code, advent-of-code-2023, c, javascript
- Language: JavaScript
- Homepage:
- Size: 88.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code 2023
This repository contains my solutions for the [Advent of Code 2023](https://adventofcode.com/2023) challenge.
## Breakdown
| Day | Part One | Part Two |
| :-: | :----------------: | :----------------: |
| 01 | :white_check_mark: | :white_check_mark: |
| 02 | :white_check_mark: | :white_check_mark: |
| 03 | :white_check_mark: | :white_check_mark: |
| 04 | :white_check_mark: | :white_check_mark: |
| 05 | :white_check_mark: | :white_check_mark: |
| 06 | :white_check_mark: | :white_check_mark: |
| 07 | :white_check_mark: | :white_check_mark: |
| 08 | :white_check_mark: | :white_check_mark: |
| 09 | :white_check_mark: | :white_check_mark: |
| 10 | :x: | :x: |
| 11 | :x: | :x: |
| 12 | :x: | :x: |
| 13 | :x: | :x: |
| 14 | :x: | :x: |
| 15 | :x: | :x: |
| 16 | :x: | :x: |
| 17 | :x: | :x: |
| 18 | :x: | :x: |
| 19 | :x: | :x: |
| 20 | :x: | :x: |
| 21 | :x: | :x: |
| 22 | :x: | :x: |
| 23 | :x: | :x: |
| 24 | :x: | :x: |
| 25 | :x: | :x: |Except for the day 01, part 01, all solutions are written in Javascript (CommonJS) and can be run using Node.js. For day 01, part 01, I used C, so if you want to run it, you'll need a C compiler.