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

https://github.com/midnite81/aoc2020

Advent of Code 2020
https://github.com/midnite81/aoc2020

Last synced: 2 months ago
JSON representation

Advent of Code 2020

Awesome Lists containing this project

README

        

# Advent of Code 2020

## What is advent of code?
Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that
can be solved in any programming language you like. To check out the puzzles go to
[https://adventofcode.com/](https://adventofcode.com/)

## What is this repo

This is just my attempt at the puzzles. I've decided to do them in Node.js. If I get time I will also do them in
another language or languages as well, but I'm not sure how much time I will have to do that.

## Looking for solutions

If you're coming to this repo just to grab the answers, please try to solve the problem yourself before looking
for answers. This repo is more for my benefit, but you are more than welcome to peruse it. Please note however I may
not have refined my code to be 100% efficient.