Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ssynowiec/adventofcode
- Owner: ssynowiec
- License: mit
- Created: 2022-11-30T08:32:32.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-05T09:43:40.000Z (about 1 month ago)
- Last Synced: 2024-12-05T10:30:16.516Z (about 1 month ago)
- Topics: advent-of-code, aoc2022, aoc2023, aoc2024, js, ts
- Language: TypeScript
- Homepage: https://adventofcode.com
- Size: 288 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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%) | 🏗️ |