Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/andreeadraghici/advent-of-code-2023

Advent of Code - A series of challenges in the spirit of the holidays for 2023🎄
https://github.com/andreeadraghici/advent-of-code-2023

advent-of-code adventofcode algorithm-challenges aoc2023 aoc2023-in-python holidays python python-script

Last synced: 15 days ago
JSON representation

Advent of Code - A series of challenges in the spirit of the holidays for 2023🎄

Awesome Lists containing this project

README

        

# AoC-2023

----
## About
This project contains solutions to the challenges from **[Advent of Code]( https://adventofcode.com/)**.

-----
## Project Structure

- `input`: This directory contains input files for each day's challenge.
- Example: `[PROJECT_ROOT]/input/[dayX]`

- `logic`: This directory contains Python scripts with solutions to the challenges.
- Example: `[PROJECT_ROOT]/logic/[dayX]`

- `challenges`: This directory contains requirements for each day's challenge.
- Example: `[PROJECT_ROOT]/challenges/[dayX]`

------
## How to Run

To run a specific day's solution:

1. Navigate to the `logic` directory.
```bash
cd [PROJECT_ROOT]/logic
python [SCRIPT_NAME].py

-----
## Happy Holidays! 🎄