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
- Host: GitHub
- URL: https://github.com/umarquez/advent-of-code-2020
- Owner: umarquez
- Created: 2020-12-09T02:52:32.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-09T08:21:35.000Z (over 5 years ago)
- Last Synced: 2025-02-09T04:25:43.647Z (over 1 year ago)
- Language: Go
- Size: 22.5 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

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