Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timsneath/advent-of-code-2021
My playground for Advent of Code 2021.
https://github.com/timsneath/advent-of-code-2021
advent-of-code dart
Last synced: 4 days ago
JSON representation
My playground for Advent of Code 2021.
- Host: GitHub
- URL: https://github.com/timsneath/advent-of-code-2021
- Owner: timsneath
- License: bsd-3-clause
- Created: 2021-12-01T21:50:02.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-06T01:16:54.000Z (almost 3 years ago)
- Last Synced: 2024-03-19T15:46:57.383Z (8 months ago)
- Topics: advent-of-code, dart
- Language: Dart
- Homepage:
- Size: 117 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code 2021
[![Language](https://img.shields.io/badge/language-Dart-blue.svg)](https://dart.dev)
[![Build](https://github.com/timsneath/advent-of-code-2021/actions/workflows/setup.yml/badge.svg)](https://github.com/timsneath/advent-of-code-2021/actions/workflows/setup.yml)
[![codecov](https://codecov.io/gh/timsneath/advent-of-code-2021/branch/main/graph/badge.svg?token=EGVM3K0K0M)](https://codecov.io/gh/timsneath/advent-of-code-2021)Daily programming puzzles at Advent of Code (https://adventofcode.com/), by the wonderful Eric Wastl (http://was.tl/).
Here is where I'm playing along.
Probably not the fastest solutions.
Probably not the most readable solutions.
Probably not the most efficient solutions.
Probably solutions.
Definitely written in Dart.
Definitely written by a product manager.