https://github.com/b72u68/aoc-2020
Because I'm bored
https://github.com/b72u68/aoc-2020
Last synced: 3 months ago
JSON representation
Because I'm bored
- Host: GitHub
- URL: https://github.com/b72u68/aoc-2020
- Owner: b72u68
- Created: 2020-12-21T07:57:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-25T06:14:29.000Z (over 4 years ago)
- Last Synced: 2025-01-20T00:43:32.067Z (5 months ago)
- Language: Python
- Size: 114 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2020
## Advent of Code
Advent of Code is an Advent calendar of small programming puzzles for a variety
of skill sets and skill levels that can be solved in any programming language
you like. People use them as a speed contest, interview prep, company training,
university coursework, practice problems, or to challenge each other.Learn more about Advent of Code in this [link](https://adventofcode.com/), it's
fun.## About
This github repo contains my solution for Advent of Code 2020 problems written in
Python (will try to solve these problems in other languages (if have time)).Days | Part 1 | Part 2
--- | --- | ---
Day 1 | :heavy_check_mark: | :heavy_check_mark:
Day 2 | :heavy_check_mark: | :heavy_check_mark:
Day 3 | :heavy_check_mark: | :heavy_check_mark:
Day 4 | :heavy_check_mark: | :heavy_check_mark:
Day 5 | :heavy_check_mark: | :heavy_check_mark:
Day 6 | :heavy_check_mark: | :heavy_check_mark:
Day 7 | :heavy_check_mark: | :heavy_check_mark:
Day 8 | :heavy_check_mark: | :heavy_check_mark:
Day 9 | :heavy_check_mark: | :heavy_check_mark:
Day 10 | :heavy_check_mark: | :heavy_check_mark:
Day 11 | :heavy_check_mark: | :heavy_check_mark:
Day 12 | :heavy_check_mark: | :heavy_check_mark:
Day 13 | :heavy_check_mark: | :heavy_check_mark:
Day 14 | :heavy_check_mark: | :heavy_check_mark:
Day 15 | :heavy_check_mark: | :heavy_check_mark:
Day 16 | :heavy_check_mark: | :heavy_check_mark:
Day 17 | :heavy_check_mark: | :heavy_check_mark:
Day 18 | :heavy_check_mark: | :heavy_check_mark:
Day 19 | :heavy_check_mark: | :heavy_check_mark:
Day 20 | :heavy_check_mark: | :heavy_check_mark:
Day 21 | :heavy_check_mark: | :heavy_check_mark:
Day 22 | :heavy_check_mark: | :heavy_check_mark:
Day 23 | :heavy_check_mark: | :heavy_check_mark:
Day 24 | :heavy_check_mark: | :heavy_check_mark:
Day 25 | :heavy_check_mark: | :heavy_check_mark: