Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jackson-nestelroad/advent-of-code-2019
Solutions for the 2019 Advent of Code event.
https://github.com/jackson-nestelroad/advent-of-code-2019
advent-of-code advent-of-code-2019
Last synced: 23 days ago
JSON representation
Solutions for the 2019 Advent of Code event.
- Host: GitHub
- URL: https://github.com/jackson-nestelroad/advent-of-code-2019
- Owner: jackson-nestelroad
- Created: 2019-12-09T02:56:43.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-27T02:46:48.000Z (over 4 years ago)
- Last Synced: 2024-12-01T07:44:20.259Z (3 months ago)
- Topics: advent-of-code, advent-of-code-2019
- Language: C++
- Size: 155 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2019
This repository features solutions to the 2019 **Advent of Code** hosted on https://adventofcode.com/2019/about.## About
For my second year doing Advent of Code, I chose to implement my solutions using the **C++** programming language in order to sharpen my
ability to write quick and efficient algorithms using the language's features.Everything except Day 25 was completed over the winter break. I went back and completed the very last challenge at the end of April.