Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jomaxso/adventofcode

Welcome to my Advent of Code repository! This repo contains my solutions for the Advent of Code challenges. Advent of Code is an annual event where each day from December 1st to 25th, a new programming puzzle is released. It’s a fun way to improve your coding skills and get into the holiday spirit!
https://github.com/jomaxso/adventofcode

advent-of-code coding-challenge csharp csharp-code dotnet

Last synced: 22 days ago
JSON representation

Welcome to my Advent of Code repository! This repo contains my solutions for the Advent of Code challenges. Advent of Code is an annual event where each day from December 1st to 25th, a new programming puzzle is released. It’s a fun way to improve your coding skills and get into the holiday spirit!

Awesome Lists containing this project

README

        

Advent of Code

# Advent of Code Solutions πŸŽ…πŸŽ„
Welcome to my Advent of Code repository! This repo contains my solutions for the [Advent of Code](https://adventofcode.com) challenges. Advent of Code is an annual event where each day from December 1st to 25th, a new programming puzzle is released. It’s a fun way to improve your coding skills and get into the holiday spirit!

## Structure
- Each day’s challenge is in its own folder (e.g., Day01, Day02, etc.).
- Each folder contains:
- input.txt: The puzzle input for that day.
- solution.cs: My solution in C#.
- README.md: A brief explanation of the solution and the approach taken.

## Progress
- [x] Day 01: Historian Hysteria
- [x] Day 02: Red-Nosed Reports
- [x] Day 03: Mull It Over
- [ ] Day 04: Ceres Search
- [ ] Day 05: Print Queue
- [ ] Day 06: πŸ‘’
- [ ] Day 07:
- [ ] Day 08:
- [ ] Day 09:
- [ ] Day 10:
- [ ] Day 11:
- [ ] Day 12:
- [ ] Day 13:
- [ ] Day 14:
- [ ] Day 15:
- [ ] Day 16:
- [ ] Day 17:
- [ ] Day 18:
- [ ] Day 19:
- [ ] Day 20:
- [ ] Day 21:
- [ ] Day 22:
- [ ] Day 23:
- [ ] Day 24: πŸŽ…πŸŽ„

## How to Run
1. Clone the repository:
```bash
git clone https://github.com/jomaxso/advent-of-code.git
```
2. Navigate to the folder of the day you want to run:
```bash
cd advent-of-code/Day01
```
3. Compile and run the solution:
```bash
csc solution.cs
./solution
```

## Contributions
Feel free to fork this repository and submit pull requests if you have improvements or alternative solutions. Let’s learn and grow together!

## License
This project is licensed under the MIT License - see the LICENSE file for details.