Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/neofox/advent_of_code

Advent of Code 2023 Solutions
https://github.com/neofox/advent_of_code

advent-of-code advent-of-code-2023

Last synced: about 2 months ago
JSON representation

Advent of Code 2023 Solutions

Awesome Lists containing this project

README

        

# Advent of Code 2023 Solutions

This repository contains my solutions to the Advent of Code challenges. Advent of Code is an annual coding event with daily programming puzzles throughout the month of December.

## Table of Contents

- [Solutions](#solutions)
- [Folder Structure](#folder-structure)
- [Usage](#usage)
- [License](#license)

## Solutions

You can find the solutions for each day in the corresponding folders. The solutions are implemented in Javascript (Node.js), and each folder contains the source code along with any necessary input files.

Feel free to explore the solutions and adapt them to your needs. If you have any questions or suggestions for improvement, please open an issue or submit a pull request.

## Folder Structure

The repository follows a simple folder structure:

- `day_01`, `day_02`, etc.: Folders for each day's challenge.
- `index.js`: Source code for the solution.
- `input.txt`: Input file for the respective day's challenge.
- `test.txt`: Test file (reduce example input file) for the respective day's challenge.

## Usage

To run a specific day's solution, you can use the following steps:

1. Navigate to the corresponding day's folder.
2. Run the solution script (e.g., `node index.js`).

Make sure you have node installed on your machine.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.