https://github.com/JeanDupin/AOC
Dépôt pour mes solutions en R du calendrier de l'avent du code
https://github.com/JeanDupin/AOC
advent-of-code adventofcode aoc r
Last synced: 17 days ago
JSON representation
Dépôt pour mes solutions en R du calendrier de l'avent du code
- Host: GitHub
- URL: https://github.com/JeanDupin/AOC
- Owner: JeanDupin
- Created: 2023-12-01T08:51:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-12-12T07:11:01.000Z (29 days ago)
- Last Synced: 2025-12-12T13:50:03.037Z (29 days ago)
- Topics: advent-of-code, adventofcode, aoc, r
- Language: R
- Homepage: https://adventofcode.com
- Size: 1.35 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-advent-of-code - JeanDupin/AOC - 2025--12--12-brightgreen) (2025 / Solutions)
- really-awesome-advent-of-code - JeanDupin/AOC - commit/JeanDupin/AOC/main) (🎄 2025 AoC Solutions / Solutions)
README
🎄 Advent Of Code Solutions in R 🎅🏼
[](https://www.codefactor.io/repository/github/jeandupin/aoc)
[](https://github.com/JeanDupin/AOC/tree/main/2015)
[](https://github.com/JeanDupin/AOC/tree/main/2016)
[](https://github.com/JeanDupin/AOC/tree/main/2017)
[](https://github.com/JeanDupin/AOC/tree/main/2018)
[](https://github.com/JeanDupin/AOC/tree/main/2019)
[](https://github.com/JeanDupin/AOC/tree/main/2020)
[](https://github.com/JeanDupin/AOC/tree/main/2021)
[](https://github.com/JeanDupin/AOC/tree/main/2022)
[](https://github.com/JeanDupin/AOC/tree/main/2023)
[](https://github.com/JeanDupin/AOC/tree/main/2024)
[](https://github.com/JeanDupin/AOC/tree/main/2025)
----
🇬🇧 This repository contains my solutions to the [Advent of Code](https://adventofcode.com) challenges implemented using **R**.
🇫🇷 Ce dépôt contient mes solutions aux défis de l'[*Advent of Code*](https://adventofcode.com) implémentées en **R**.
### Overview / Aperçu 🔍
🇬🇧 Advent of Code is an annual coding event that consists of a series of programming puzzles. Each day, a new challenge is released, and participants are tasked with solving it using their programming skills. This repository showcases my solutions to these challenges, specifically implemented in R.
🇫🇷 *Advent of Code* est un événement annuel de codage qui consiste en une série de casse-têtes de programmation. Chaque jour, un nouveau défi est publié, et les participants sont chargés de le résoudre en utilisant n'importe quel langage de programmation. Ce dépôt présente mes solutions mises en œuvre en R à ces énigmes.
### Repository structure / Structure du dépôt 📦
🇬🇧 The repository is structured as follows:
- **`.Rprofile`** : File containing the data loading function designed to cache them in accordance with [automation guidelines](https://www.reddit.com/r/adventofcode/wiki/faqs/automation).
- **`20XX/`**: Directory for each year's solutions.
- **`DayXX.R`**: R script for solving the challenge of Day XX.
🇫🇷 Le dépôt est structuré comme suit :
- **`.Rprofile`** : Fichier contenant la fonction de chargement des données conçue pour les mettre en cache conformément aux [directives d'automatisation](https://www.reddit.com/r/adventofcode/wiki/faqs/automation).
- **`20XX/`** : Répertoire pour les solutions de chaque année.
- **`DayXX.R`** : Script R pour résoudre le défi du Jour XX.