Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abdoufermat5/advent-of-code
Advent Of Code solutions
https://github.com/abdoufermat5/advent-of-code
advent-of-code aoc-2023 python
Last synced: 21 days ago
JSON representation
Advent Of Code solutions
- Host: GitHub
- URL: https://github.com/abdoufermat5/advent-of-code
- Owner: abdoufermat5
- Created: 2023-12-02T15:23:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-11T21:44:05.000Z (about 2 months ago)
- Last Synced: 2024-12-11T22:29:15.804Z (about 2 months ago)
- Topics: advent-of-code, aoc-2023, python
- Language: Python
- Homepage:
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code Solutions (Python)
Welcome to my repository of solutions for the Advent of Code challenges, implemented in Python. This repository is organized to make it easy to navigate through different years and their respective challenges.
![aoc](https://blog.pythondiscord.com/content/images/size/w2000/2021/03/AoC_banner.png)
## Repository Structure
- `/data`: This directory contains input files for the challenges. They are organized by year.
- `/year`: Each year has its own folder (e.g.,, `/2023`). Inside year's folder, you'll find the Python scripts for each day's challenge.## How to Use
1. Clone the repository: `git clone https://github.com/abdoufermat5/Advent-Of-Code.git`
2. Navigate to the year of interest: `cd ./[Year]` (e.g., `cd ./2023`)
3. Explore the script for the day you're interested in: `day1.py` for example## Contributing
Feel free to contribute to this repository by submitting pull requests or suggesting improvements through issues.
---