https://github.com/gr3yknigh1/aoc2021
My Advent of Code 2021 puzzle solutions ⭐⭐
https://github.com/gr3yknigh1/aoc2021
advent-of-code advent-of-code-2021 advent-of-code-python
Last synced: about 1 year ago
JSON representation
My Advent of Code 2021 puzzle solutions ⭐⭐
- Host: GitHub
- URL: https://github.com/gr3yknigh1/aoc2021
- Owner: gr3yknigh1
- License: mit
- Created: 2021-12-01T12:05:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-08T23:06:10.000Z (over 4 years ago)
- Last Synced: 2025-02-07T13:16:49.858Z (over 1 year ago)
- Topics: advent-of-code, advent-of-code-2021, advent-of-code-python
- Language: Python
- Homepage:
- Size: 44.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Advent of Code 2021
My first [advent of code](https://adventofcode.com/2021).
This year I will use Python.
# End
I gave up on 8th day. I overcomplicated puzzle but at the same time I found algorithm on the paper. So, I will try to solve all other problems by myself in near future ^_^
It was really fun to do <3