https://github.com/teismar/advent-of-code-2023
These are my solutions for Advent of Code 2023
https://github.com/teismar/advent-of-code-2023
aoc-2023 aoc2023 aoc2023-in-python no-package
Last synced: 2 months ago
JSON representation
These are my solutions for Advent of Code 2023
- Host: GitHub
- URL: https://github.com/teismar/advent-of-code-2023
- Owner: teismar
- Created: 2023-12-01T10:38:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-12T16:52:19.000Z (over 1 year ago)
- Last Synced: 2023-12-13T14:26:58.311Z (over 1 year ago)
- Topics: aoc-2023, aoc2023, aoc2023-in-python, no-package
- Language: Python
- Homepage: https://adventofcode.com/2023
- Size: 118 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent-Of-Code-2023
## 2023 Results
| Day | Part 1 | Part 2 |
| :---: | :---: | :---: |
| [Day 1](https://adventofcode.com/2023/day/1) | ⭐ | ⭐ |
| [Day 2](https://adventofcode.com/2023/day/2) | ⭐ | ⭐ |
| [Day 3](https://adventofcode.com/2023/day/3) | ⭐ | ⭐ |
| [Day 4](https://adventofcode.com/2023/day/4) | ⭐ | ⭐ |
| [Day 5](https://adventofcode.com/2023/day/5) | ⭐ | ⭐ |
| [Day 6](https://adventofcode.com/2023/day/6) | ⭐ | ⭐ |
| [Day 7](https://adventofcode.com/2023/day/7) | ⭐ | ⭐ |
| [Day 8](https://adventofcode.com/2023/day/8) | ⭐ | ⭐ |
| [Day 9](https://adventofcode.com/2023/day/9) | ⭐ | ⭐ |
| [Day 10](https://adventofcode.com/2023/day/10) | ⭐ | |
| [Day 11](https://adventofcode.com/2023/day/11) | ⭐ | ⭐ |
| [Day 12](https://adventofcode.com/2023/day/12) | ⭐ | |**Days without using a python package:** 11/11
## Important Note
We don't talk about the mess of Day 8 Part 2. It's a mess, and I'm not proud of it. I'm not even sure if it works for all inputs. I'm just glad it's over.