https://github.com/dylanrothbauer/advent-of-code
This repository contains my solutions to the annual Advent of Code challenges. Explore my solutions, dive into the problem explanations, and join the journey to enhance coding skills and problem-solving!
https://github.com/dylanrothbauer/advent-of-code
Last synced: about 1 year ago
JSON representation
This repository contains my solutions to the annual Advent of Code challenges. Explore my solutions, dive into the problem explanations, and join the journey to enhance coding skills and problem-solving!
- Host: GitHub
- URL: https://github.com/dylanrothbauer/advent-of-code
- Owner: DylanRothbauer
- Created: 2024-12-03T04:59:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-30T17:12:43.000Z (over 1 year ago)
- Last Synced: 2024-12-30T18:22:11.116Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 39.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# π Advent of Code - My Solutions Repository π
Welcome to my **Advent of Code** repository! This is where I share my solutions, code, and progress for the annual Advent of Code challenges. Each year, I participate in solving these exciting puzzles, which test problem-solving skills and logical thinkingβall in the festive spirit of the holiday season!
## π About Advent of Code
[Advent of Code](https://adventofcode.com/) is an annual programming event that runs from December 1st to December 25th. Each day, a new two-part coding puzzle is released, covering various programming concepts and algorithmic challenges. It's a fun and educational way to enhance coding skills and tackle interesting problems.
## π οΈ Repository Structure
This repository is organized by year and then by day:
```plaintext
Advent-of-Code/
β
βββ 2024/
β βββ Day1/
β β βββ README.md # Problem description and explanation
β β βββ problem.txt # Raw problem statement
β β βββ input.txt # My input data
β β βββ solution.cpp # My solution in C++
β βββ Day2/
β β βββ README.md
β β βββ problem.txt
β β βββ input.txt
β β βββ solution.py
β βββ ...
β
βββ 2023/
β βββ Day1/
β β βββ README.md
β β βββ problem.txt
β β βββ input.txt
β β βββ solution.js
β βββ Day2/
β β βββ README.md
β β βββ problem.txt
β β βββ input.txt
β β βββ solution.java
β βββ ...
β
... (and so on for each year)
```
## β How to Use This Repo
- Clone or download the repository.
- Navigate to the specific year and day folders to view my solutions and inputs.
- Each day's folder contains:
- README.md: The problem statement and my explanation.
- problem.txt: The raw text of the problem description.
- input.txt: The input data I used to solve the problem.
- solution.xxx: My solution file in the corresponding programming language (e.g., C++, Python, JavaScript).
## π Problem Statements
Problem statements are available in the problem.txt file within each day's folder. You can also view them on the official [Advent of Code website](https://adventofcode.com/).
## π§βπ» Why I'm Doing This
Participating in Advent of Code is a fantastic way to:
- Improve coding and algorithmic skills.
- Solve real-world-like challenges.
- Enjoy the festive coding spirit!
## π Follow My Progress
- **GitHub:** [github.com/DylanRothbauer](https://github.com/DylanRothbauer)
- **LinkedIn:** [linkedin.com/in/dylan-rothbauer](https://www.linkedin.com/in/dylan-rothbauer-ab285624b/)
---
Join me in this festive coding journey! π
π»