Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamesmco/advent-of-code
James' Advent of Code solutions (for http://adventofcode.com)
https://github.com/jamesmco/advent-of-code
Last synced: about 2 months ago
JSON representation
James' Advent of Code solutions (for http://adventofcode.com)
- Host: GitHub
- URL: https://github.com/jamesmco/advent-of-code
- Owner: JamesMCo
- Created: 2015-12-13T23:15:30.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-11-12T23:07:52.000Z (about 2 months ago)
- Last Synced: 2024-11-13T00:18:39.528Z (about 2 months ago)
- Language: Python
- Homepage: https://mrjamesco.uk/Advent-Of-Code
- Size: 2.45 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code Solutions
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/JamesMCo/Advent-Of-Code/tests.yml?style=flat-square)](https://github.com/JamesMCo/Advent-Of-Code/actions/workflows/tests.yml) [![2015](https://img.shields.io/badge/2015-40/50-orange.svg?style=flat-square)](https://mrjamesco.uk/Advent-Of-Code#2015) [![2016](https://img.shields.io/badge/2016-29/50-orange.svg?style=flat-square)](https://mrjamesco.uk/Advent-Of-Code#2016) [![2017](https://img.shields.io/badge/2017-50/50-brightgreen.svg?style=flat-square)](https://mrjamesco.uk/Advent-Of-Code#2017) [![2018](https://img.shields.io/badge/2018-50/50-brightgreen.svg?style=flat-square)](https://mrjamesco.uk/Advent-Of-Code#2018) [![2019](https://img.shields.io/badge/2019-38/50-orange.svg?style=flat-square)](https://mrjamesco.uk/Advent-Of-Code#2019) [![2020](https://img.shields.io/badge/2020-50/50-brightgreen.svg?style=flat-square)](https://mrjamesco.uk/Advent-Of-Code#2020) [![2021](https://img.shields.io/badge/2021-50/50-brightgreen.svg?style=flat-square)](https://mrjamesco.uk/Advent-Of-Code#2021) [![2022](https://img.shields.io/badge/2022-50/50-brightgreen.svg?style=flat-square)](https://mrjamesco.uk/Advent-Of-Code#2022) [![2023](https://img.shields.io/badge/2023-50/50-brightgreen.svg?style=flat-square)](https://mrjamesco.uk/Advent-Of-Code#2023) [![2024](https://img.shields.io/badge/2024-0/25-red.svg?style=flat-square)](https://mrjamesco.uk/Advent-Of-Code#2024)[Advent of Code](http://adventofcode.com) is an annual coding event hosted in December. It's been running since 2015, and so far I've completed years 2017, 2018, and 2020 to 2023. If you want to see my attempted solutions to these problems, then you can do so here.
If you would instead like to view any given day's solutions on a single page, click [here](https://mrjamesco.uk/Advent-Of-Code).
## Puzzle Inputs
In order to perform the automated testing and timing of solutions in this repo, I download the inputs through my [Jamdroid webserver](https://jmy.fyi/🤖), which uses my session token to download ([and then cache](https://www.reddit.com/r/adventofcode/wiki/faqs/automation/#wiki_cache_your_inputs_after_initial_download)) my inputs for the puzzles.