Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ssynowiec/adventofcode

My Advent Of Code solutions. This repository contains solutions as of 2022 - 2024
https://github.com/ssynowiec/adventofcode

advent-of-code aoc2022 aoc2023 aoc2024 js ts

Last synced: 4 days ago
JSON representation

My Advent Of Code solutions. This repository contains solutions as of 2022 - 2024

Awesome Lists containing this project

README

        

![Advent Of Code](https://cdn.thenewstack.io/media/2021/12/521cd034-advent-of-code-2021.jpg)

# 🎄 Advent of Code 🎁

> [Advent of Code](https://adventofcode.com/) is an Advent calendar of small programming puzzles for a variety of skill sets and 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. [More info](https://adventofcode.com/about)

This repo containing my solutions to Advent of Code since 2022.

![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?style=for-the-badge&logo=javascript&logoColor=black)
![TypeScript](https://img.shields.io/badge/TypeScript-3178C6?style=for-the-badge&logo=TypeScript&logoColor=FFF)

## Informations

For each edition I create a new folder with name `YYYY`, where YYYY is a specific year.

For each puzzle, there is a directory `YYYY/Day DD`, where DD is number of the day.

## Progress

| Year | Status | Progress | |
| :--------------------------------------------------------------- | :--------------- | :--------- | :-- |
| [2022](https://github.com/ssynowiec/AdventOfCode/tree/main/2022) | `not completed` | 9/25 (36%) | ❌ |
| [2023](https://github.com/ssynowiec/AdventOfCode/tree/main/2023) | `not completed` | 9/25 (38%) | ❌ |
| [2024](https://github.com/ssynowiec/AdventOfCode/tree/main/2024) | `in progress...` | 6/25 (24%) | 🏗️ |