Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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🎄
- Host: GitHub
- URL: https://github.com/andreeadraghici/advent-of-code-2023
- Owner: AndreeaDraghici
- Created: 2023-11-28T10:47:18.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-09T22:26:02.000Z (about 1 year ago)
- Last Synced: 2024-11-20T18:37:23.357Z (3 months ago)
- Topics: advent-of-code, adventofcode, algorithm-challenges, aoc2023, aoc2023-in-python, holidays, python, python-script
- Language: Python
- Homepage:
- Size: 101 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 RunTo run a specific day's solution:
1. Navigate to the `logic` directory.
```bash
cd [PROJECT_ROOT]/logic
python [SCRIPT_NAME].py-----
## Happy Holidays! 🎄