Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tasxatzial/advent-of-code-22
- Owner: tasxatzial
- Created: 2023-06-03T16:44:26.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-06T02:08:16.000Z (12 months ago)
- Last Synced: 2024-11-13T16:43:23.601Z (2 months ago)
- Topics: advent-of-code, advent-of-code-2022, adventofcode
- Language: Clojure
- Homepage:
- Size: 127 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)