Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tasxatzial/advent-of-code-22


https://github.com/tasxatzial/advent-of-code-22

advent-of-code advent-of-code-2022 adventofcode

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# Advent of code (2022)

[Advent of Code](https://adventofcode.com) is an annual set of Christmas-themed computer programming challenges that follow an Advent calendar. It has been running since 2015.

The programming puzzles cover a variety of skill sets and skill levels and can be solved using any programming language. Participants also compete based on speed on both global and private leaderboards.

---

This repo contains my solutions to the problems for the year 2022.

## Implemented algorithms

* Day 18: [Breadth-first search](https://en.wikipedia.org/wiki/Breadth-first_search)