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

https://github.com/umarquez/advent-of-code-2020

Advent of Code 2020 solutions in Golang
https://github.com/umarquez/advent-of-code-2020

Last synced: about 1 year ago
JSON representation

Advent of Code 2020 solutions in Golang

Awesome Lists containing this project

README

          

# Advent of Code 2020

![Go](https://github.com/umarquez/advent-of-code-2020/workflows/Go/badge.svg)

Here are my solutions to the challenge

## Requirements

+ Golang _Go v1.14.2_

## Instructions

```
git clone https://github.com/umarquez/advent-of-code-2020
cd advent-of-code-2020
go test ./...
```

# Challenges Status

## Day 1

The sum of numbers

1. The multiplication of two numbers that sums 2020.
2. The multiplication of three numbers that sums 2020.

## Day 2

Password validations

1. Validating chars repetition.
2. Validating only one position match with the required char.

## Day 3

Forest and trees

1. Count trees until the bottom of the map
2. Multiply trees of a list of steps

-----
> Copyright (c) 2020. Uriel Márquez All Rights Reserved
> https://umarquez.c0d3.mx