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
- Host: GitHub
- URL: https://github.com/midnite81/aoc2020
- Owner: midnite81
- Created: 2020-12-10T00:55:34.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-12T20:55:19.000Z (over 4 years ago)
- Last Synced: 2025-02-16T05:41:43.970Z (4 months ago)
- Language: JavaScript
- Homepage: https://adventofcode.com
- Size: 45.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.MD
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.