Skip to content

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.

License

Notifications You must be signed in to change notification settings

Jack-Development/AdventOfCode2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

 

 

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.

About

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.

Topics

Resources

License

Stars

Watchers

Forks