Solutions for the Advent of Code challenges.
I am quite enthusiastic about Mojo, so I decided to start getting some hands-on practice by solving the Advent of Code puzzles.
As I go on solving the exercises, there are new versions of Mojo coming out, I keep on learning new stuff, so there will probably be a learning curve. I may solve the same problem differently for the puzzle of day one than that of day 10 for example.
My first article about Mojo from 2023:
Python vs Mojo 🔥: First look and speed comparison
Series of articles dedicated to comparing Mojo with Python:
Mojo vs Python: Comparison with Examples - Part I: List, Tuple, Dict and Set
Mojo vs Python: Comparison with Examples - Part II: Files and Strings
Mojo vs Python: Comparison with Examples - Part III: Speed Test with Complex Numbers
Mojo vs Python: Comparison with Examples - Part IV: Struct vs Class
Starting Mojo version: 24.2.0
Current Mojo version: 24.6.0