Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tasxatzial/advent-of-code-21
https://github.com/tasxatzial/advent-of-code-21
advent-of-code advent-of-code-2021 adventofcode
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tasxatzial/advent-of-code-21
- Owner: tasxatzial
- Created: 2021-12-17T20:50:52.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-05T09:53:02.000Z (about 1 year ago)
- Last Synced: 2024-11-13T16:43:05.665Z (2 months ago)
- Topics: advent-of-code, advent-of-code-2021, adventofcode
- Language: Clojure
- Homepage:
- Size: 148 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of code solutions (2021)
[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 2021.
## Implemented algorithms
* Day 15: [Dijkstra's algorithm](https://en.wikipedia.org/wiki/Dijkstra%27s_algorithm)