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

https://github.com/celeste-vandamme/advent_of_code

🎄 My take of the "Advent of Code" challenges! :)
https://github.com/celeste-vandamme/advent_of_code

advent-of-code aoc aoc-2015 aoc-2024 aoc-python christmas code programming python

Last synced: 3 months ago
JSON representation

🎄 My take of the "Advent of Code" challenges! :)

Awesome Lists containing this project

README

        

# Céleste VANDAMME - Advent of Code

## Introduction
Welcome to my repository!\
Here you'll find my programs I coded for the [Advent of Code](https://adventofcode.com/) challenges.

As for a brief introduction:

> I am a professional Data Engineer with `+4 years of experience`.

> I've always been passioned about the IT world. \
> I love discovering and mastering new video games: I've been [speedrunning](https://www.speedrun.com/fr-FR/users/Slaker) since 2023 too!

## What is the Advent of Code adventure?
> _Advent of Code_ is an Advent calendar of small programming puzzles for a variety of skill levels that can be solved in any programming language you like. People use them as interview prep, company training, university coursework, practice problems, a speed contest, or to challenge each other.

> You don't need a computer science background to participate - just a little programming knowledge and some problem solving skills will get you pretty far. Nor do you need a fancy computer; every problem has a solution that completes in at most 15 seconds on ten-year-old hardware.

> *Eric Wastl, **AdventOfCode.com** (2024)*

If you're interested, you can find more informations on the [official website](https://adventofcode.com/about)!

## Overall achievements
Once you've completed a challenge, you're granted a `⭐ STAR`. \
The ultimate goal of the adventure is to **get 50 stars**, each day giving 2 stars at once.

| Year | Challenges | Stars | Completion | Dedicated page |
|:-----:|:----------:|:-----:|:----------:|:----------------------------:|
| 2015 | 5/25 | **10 ⭐** | 20% | (+) LINK |
| 2024 | 2/25 | **3 ⭐** | 6% | (+) LINK |
| `TOTAL` | `7/50` | `13 ⭐` | `13%` | |

In each dedicated year page, you'll find the additional informations about each programs I've created, including their **individual time of execution**.

> [!IMPORTANT]
> I comment **A LOT** my programs. I want to make sure I can still understand them after years...\
> So, feel free to give it a look. ;)

## Special Thanks

### Amazing people!
- [Eric WASTL](https://was.tl/), for creating [Advent of Code](https://adventofcode.com/) and staying always so creative with it for so many years!
- [Drazic MARTIN](https://github.com/drazicmartin), for introducing me to the advent of code website and always inspiring me to program ever more *(... also for being such a cool and reliable friend)*.

### GitHub resources
- [Bogdanp](https://github.com/Bogdanp/awesome-advent-of-code) awesome **global advent of code repository list**.
- [JRomero132](https://github.com/jromero132/advent-of-code)'s advent of code **inspiring markdown homepage**.

### Websites
- [StackEdit.io](https://stackedit.io/), for being such a nice and well tuned MarkDown online editor *(definitely has been used to create everything you've been reading up until now!)*
- [ChatGPT](https://chatgpt.com/), even though I'm not using it to find directly the solution, it's a good friend to have around. >:)