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-18


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

advent-of-code advent-of-code-2018 adventofcode

Last synced: 4 days ago
JSON representation

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)