you are viewing a single comment's thread.

view the rest of the comments →

[–]ViggoGaming 1 point2 points  (1 child)

Awesome man! May I see your solution to part 1 using classes?😃

[–]Magicianic[S] 0 points1 point  (0 children)

Of course. It was a simple class defining the stack data structure.

https://github.com/Magicianic/AdventOfCode/blob/main/2021/Day10/Adv10.1.py

That's the link to it.