Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.63 KB

README.md

File metadata and controls

49 lines (34 loc) · 1.63 KB

 

 

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

  • 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

  • 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:

jack@laptop: java AccountingDecrypt.java

or

jack@laptop: python3 MachineCodeProcessing.py

License 📄

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