
Welcome to Advent of Code 2023! This event is designed by Eric Wastl, packed with daily coding challenges that put your problem-solving skills to the test.
What is Advent of Code?
Advent of Code is an Advent calendar of small programming puzzles suitable for various skill sets and levels. These puzzles can be solved in any programming language of your choice, making it an ideal platform for enthusiasts learning new languages!
I’ll be documenting my solutions using Rust. Each day, I’ll try to get the next two stars and share my approach, code snippets, and explanations in detail. Feel free to follow along and explore the solutions on my GitHub repository for Advent Of Code 2023. Dive in, explore the code, and feel free to suggest improvements or alternative approaches.
Happy coding! 🎄✨
Days of the Challenge
- AOC Day 01 task description | My solution in GitHub for day 01
- AOC Day 02 task description | My solution in GitHub for day 02
- AOC Day 03 task description | My solution in GitHub for day 03
- AOC Day 04 task description | My solution in GitHub for day 04
- AOC Day 05 task description | My solution in GitHub for day 05
- AOC Day 06 task description | My solution in GitHub for day 06
- AOC Day 07 task description | My solution in GitHub for day 07
- AOC Day 08 task description | My solution in GitHub for day 08
- AOC Day 09 task description | My solution in GitHub for day 09
- AOC Day 10 task description | My solution in GitHub for day 10
- AOC Day 11 task description | My solution in GitHub for day 11
- AOC Day 12 task description | My solution in GitHub for day 12
- AOC Day 13 task description | My solution in GitHub for day 13
- AOC Day 14 task description | My solution in GitHub for day 14
- AOC Day 15 task description | My solution in GitHub for day 15
- AOC Day 16 task description | My solution in GitHub for day 16
- AOC Day 17 task description | My solution in GitHub for day 17
- AOC Day 18 task description | My solution in GitHub for day 18
- AOC Day 19 task description | My solution in GitHub for day 19
- AOC Day 20 task description | My solution in GitHub for day 20
- AOC Day 21 task description | My solution in GitHub for day 21
- AOC Day 22 task description | My solution in GitHub for day 22
- AOC Day 23 task description | My solution in GitHub for day 23
- AOC Day 24 task description | My solution in GitHub for day 24
- AOC Day 25 task description | My solution in GitHub for day 25