An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Advent of Code 2024

![Static Badge](https://img.shields.io/badge/AoC-37-009900?style=for-the-badge&logo=adventofcode&labelColor=black&link=https%3A%2F%2Fadventofcode.com%2F)

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.