https://github.com/jonatanskogsfors/aoc2024
My solutions for Advent of Code 2024, written with TDD in Python.
https://github.com/jonatanskogsfors/aoc2024
advent-of-code advent-of-code-2024 advent-of-code-2024-python advent-of-code-2024-tdd advent-of-code-python advent-of-code-tdd aoc aoc-in-tdd aoc2024 aoc2024-in-python aoc2024-in-tdd tdd
Last synced: 2 months ago
JSON representation
My solutions for Advent of Code 2024, written with TDD in Python.
- Host: GitHub
- URL: https://github.com/jonatanskogsfors/aoc2024
- Owner: jonatanskogsfors
- License: mit
- Created: 2024-12-02T07:34:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-16T21:58:27.000Z (over 1 year ago)
- Last Synced: 2024-12-16T22:50:43.958Z (over 1 year ago)
- Topics: advent-of-code, advent-of-code-2024, advent-of-code-2024-python, advent-of-code-2024-tdd, advent-of-code-python, advent-of-code-tdd, aoc, aoc-in-tdd, aoc2024, aoc2024-in-python, aoc2024-in-tdd, tdd
- Language: Python
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code 2024

My solutions for Advent of Code 2024
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| | | | | | | 1 ⭐ |
| 2 ⭐ | 3 ⭐ | 4 ⭐ | 5 ⭐ | 6 ⭐ | 7 ⭐ | 8 ⭐ |
| 9 ⭐ | 10 ⭐ | 11 ⭐ | 12 ⭐ | 13 ⭐ | 14 ⭐ | 15 |
| 16 ⭐ | 17 ⭐ | 18 ⭐ | 19 ⭐ | 20 | 21 | 22 |
| 24 | 25 | | | | | |
## I try to
- Strictly use TDD to write my solutions.
- Write clean, readable and reusable code.
- Promote idiomatic Python.
- Write fast enough code.
- Make it all the way.
- Come up with my own solutions from scratch unless really stuck.
- Get a good nights sleep.
- Have fun!
## I try not to
- Compete with anyone other than myself.
- Optimize speed beyond the scope of a silly puzzle.
- Overwork a working solution.