Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/blarc/advent-of-code

My solutions to advent of code challenges.
https://github.com/blarc/advent-of-code

advent-of-code

Last synced: 6 days ago
JSON representation

My solutions to advent of code challenges.

Awesome Lists containing this project

README

        

# Advent of Code

This repository contains my solutions to the [Advent of Code](https://adventofcode.com/) puzzles.

## About Advent of Code

Advent of Code is an annual programming challenge that takes place throughout the month of December. Each day, a new
puzzle is released and participants must use their programming skills to solve it. The puzzles are designed to be
challenging and engaging, and often require some creative thinking to solve.

## Contents

This repository contains one directory for each year of Advent of Code, organized by year. Each year's directory
contains one directory for each puzzle, organized by day. Each puzzle directory contains my solution to the puzzle.

| Year | Stars |
|----------------|:-----:|
| [ 2018 ](2018) | 4 |
| [ 2021 ](2021) | 36 |
| [ 2022 ](2022) | 50 |
| [ 2023 ](2023) | 47 |
| [ 2024 ](2024) | 50 |