Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eduherminio/aoc2016

Advent of Code 2016
https://github.com/eduherminio/aoc2016

2016 advent-of-code advent-of-code-2016 adventofcode adventofcode2016 aoc competitive-programming

Last synced: about 2 months ago
JSON representation

Advent of Code 2016

Awesome Lists containing this project

README

        

# Advent of Code 2016

[![CI](https://github.com/eduherminio/AoC2016/actions/workflows/ci.yml/badge.svg)](https://github.com/eduherminio/AoC2016/actions/workflows/ci.yml)

[Advent Of Code 2016](https://adventofcode.com/2016) programming puzzles.

Uses:

* [AoCHelper](https://github.com/eduherminio/AoCHelper) for generalizing AoC problem solving.

* [FileParser](https://github.com/eduherminio/FileParser) for parsing complex input files.

* [SheepTools](https://github.com/eduherminio/SheepTools) as a general purpose, utility library.