Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sco1/adventofcode
My solutions to the annual Advent of Code event!
https://github.com/sco1/adventofcode
advent-of-code golang lox matlab python python3 rust
Last synced: 6 days ago
JSON representation
My solutions to the annual Advent of Code event!
- Host: GitHub
- URL: https://github.com/sco1/adventofcode
- Owner: sco1
- License: mit
- Created: 2018-12-04T03:37:54.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-08-28T18:08:29.000Z (2 months ago)
- Last Synced: 2024-08-28T19:53:24.227Z (2 months ago)
- Topics: advent-of-code, golang, lox, matlab, python, python3, rust
- Language: Python
- Homepage:
- Size: 1.8 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code! :santa: :santa: :santa:
Visit the [Advent of Code site](https://adventofcode.com/)!## What is Advent of Code?
Advent of Code is a series of small programming puzzles for a variety of skill levels. They are self-contained and are just as appropriate for an expert who wants to stay sharp as they are for a beginner who is just learning to code. Each puzzle calls upon different skills and has two parts that build on a theme.## What is this repository?
This repository contains my attempted solutions for each year's Advent of Code event. My go to language for solving each puzzle is Python, however I also enjoy using Advent of Code to explore other languages, such as MATLAB, Rust, Julia, [Lox](https://github.com/sco1/pylox), or Go.In most cases the provided solutions represent a "first-thoughts" approach to the day's problem rather than the most efficient.
## Solution Progress
The table below is generated from data contained in each year's README.md file. The per-language summary is provided as (full solve, partial solve) pairs.| | Python | MATLAB | Rust | Lox | Julia | Go |
|--------|:--------:|:--------:|:--------:|:--------:|:--------:|:--------:|
| `2015` | `17, 1` | ` 0, 0` | ` 5, 0` | ` 0, 0` | ` 0, 0` | ` 2, 0` |
| `2016` | `10, 0` | ` 0, 0` | ` 0, 0` | ` 0, 0` | ` 0, 0` | ` 0, 0` |
| `2017` | ` 9, 0` | ` 5, 2` | ` 0, 0` | ` 0, 0` | ` 0, 0` | ` 0, 0` |
| `2018` | `11, 0` | ` 0, 0` | ` 0, 0` | ` 0, 0` | ` 0, 0` | ` 0, 0` |
| `2019` | `10, 2` | ` 1, 0` | ` 0, 0` | ` 0, 0` | ` 0, 0` | ` 0, 0` |
| `2020` | `18, 0` | ` 2, 0` | ` 0, 0` | ` 0, 0` | ` 0, 0` | ` 0, 0` |
| `2021` | `21, 0` | ` 2, 0` | ` 0, 0` | ` 2, 0` | ` 0, 0` | ` 0, 0` |
| `2022` | `19, 2` | ` 4, 0` | ` 1, 0` | ` 0, 0` | ` 1, 0` | ` 0, 0` |
| `2023` | `16, 5` | ` 0, 0` | ` 0, 0` | ` 0, 0` | ` 0, 0` | ` 0, 0` |
| `2024` | ` 0, 0` | ` 0, 0` | ` 0, 0` | ` 0, 0` | ` 0, 0` | ` 0, 0` |Last generated: `2024-08-28 14:05:24.166789`