Welcome to my repository for solving the Advent of Code 2024 puzzles using Go! This repository contains solutions for each day's challenge, along with test cases, benchmarks, and utility files.
Day | Part 1 | Part 2 |
---|---|---|
1 | ✅ | ✅ |
2 | ✅ | ✅ |
3 | ✅ | ✅ |
4 | ✅ | ✅ |
Below are the benchmark results for each day's solution:
Day | Part | Time (ns/op) | Memory (B/op) | Allocations (allocs/op) |
---|---|---|---|---|
1 | 1 | 108646 | 102632 | 2028 |
1 | 2 | 129653 | 120674 | 2059 |
2 | 1 | 155085 | 243928 | 3015 |
2 | 2 | 345932 | 572379 | 10950 |
3 | 1 | 282427 | 185418 | 3213 |
3 | 2 | 535994 | 198868 | 2807 |
4 | 1 | 759571 | 59077 | 2040 |
4 | 2 | 281203 | 31607 | 324 |
This is a personal project, but feel free to share ideas or suggest optimizations!
This project is licensed under the MIT License. See the LICENSE file for details.