Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.