Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tasxatzial/advent-of-code-18
https://github.com/tasxatzial/advent-of-code-18
advent-of-code advent-of-code-2018 adventofcode
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tasxatzial/advent-of-code-18
- Owner: tasxatzial
- Created: 2021-10-11T11:49:26.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-05T16:25:49.000Z (12 months ago)
- Last Synced: 2024-11-13T16:43:05.639Z (2 months ago)
- Topics: advent-of-code, advent-of-code-2018, adventofcode
- Language: Clojure
- Homepage:
- Size: 205 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 (2018)
[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 2018.
## Implemented algorithms
* Day 16: [Backtracking](https://en.wikipedia.org/wiki/Backtracking)
* Day 25: [Breadth-first search](https://en.wikipedia.org/wiki/Breadth-first_search)