Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jack-development/adventofcode2020
- Owner: Jack-Development
- License: mit
- Created: 2021-08-11T23:02:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-27T10:11:50.000Z (over 1 year ago)
- Last Synced: 2023-07-27T11:26:00.043Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 266 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.