Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/blarc/advent-of-code
- Owner: Blarc
- Created: 2022-09-28T19:34:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-25T08:41:28.000Z (about 1 month ago)
- Last Synced: 2025-01-28T23:52:04.627Z (7 days ago)
- Topics: advent-of-code
- Language: Go
- Homepage:
- Size: 714 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |