Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jack-development/adventofcode2020

Advent of Code 2020. A collection of problems that were assigned over the month of December that progressively increased in difficulty leading up to the 25th.
https://github.com/jack-development/adventofcode2020

Last synced: about 1 month ago
JSON representation

Advent of Code 2020. A collection of problems that were assigned over the month of December that progressively increased in difficulty leading up to the 25th.

Awesome Lists containing this project

README

        

 




 

# AdventOfCode 2020 🎄

Welcome to my Advent of Code 2020 solutions repository. Advent of Code is an advent calendar of small programming puzzles, which get progressively more challenging as we approach December 25th. This repository contains my solutions to these puzzles.

![Advent of Code Banner]()

## Problem List 🎁

### Java Solutions
[![forthebadge](https://forthebadge.com/images/badges/made-with-java.svg)](https://forthebadge.com)

- Day 1 - Large array addition to target number
- Day 2 - Valid password entry
- Day 3 - Map traversal
- Day 4 - Passport data processing
- Day 5 - Reducing arrays
- Day 6 - Data form processing
- Day 7 - Recursive calculations

### Python Solutions
[![forthebadge](https://forthebadge.com/images/badges/made-with-python.svg)](https://forthebadge.com)

- Day 8 - Interpreting low level code
- Day 9 - Exploiting cypher weakness *(In Progress)*

## How to Run 🏃

All files are designed to run in terminal **as per the file structure shown in this repository.**

Examples:

```console
jack@laptop: java AccountingDecrypt.java
```
or
```console
jack@laptop: python3 MachineCodeProcessing.py
```

## License 📄

This project is licensed under the MIT License. Please see the [LICENSE](LICENSE) file for more details.