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

https://github.com/xbony2/adventofcode2020

Solutions for the Advent of Code 2020 challenges in Ruby (or possibly another language if I feel like it)
https://github.com/xbony2/adventofcode2020

advent-of-code advent-of-code-2020 advent-of-code-ruby adventofcode adventofcode2020

Last synced: about 1 month ago
JSON representation

Solutions for the Advent of Code 2020 challenges in Ruby (or possibly another language if I feel like it)

Awesome Lists containing this project

README

          

# Advent Of Code 2020
This repo contains my solutions for the ongoing Advent of Code 2020 challenges. Most are made in Ruby, although I may attempt some in other languages/tools, including Mathematica and Crystal.

**Note my solutions here are not meant to be perfect!** In terms of performance, some of them are pretty awful. My goal is to get to the answer, and I try to do it using the most reasonable way I can think of on the spot. Sometimes I arrive to my solution rather weird ways, but this is fine to me. Again, I'm not concerned with making the best solutions here, but just what works. I'm only doing these for fun and for practice. Also, sometimes I don't find the solution, but that's okay.

You can learn all about the AOC [here](https://adventofcode.com).

Note that any solutions involving graphs need Graphviz installed to show the image. You can learn how to download and install it [here](https://www.graphviz.org/download/).