Skip to content

Maverik/AoC2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

18 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

License: CC BY-NC-SA 4.0

πŸš€ Advent of Code 2024 Solutions by Maverik

This repo contains my take on solutions for Advent of Code - 2024 solutions in C# using LINQPad 8 and Zig.

Β 

πŸ’‘ Good to know

Given the different natures of Zig and C#, the solutions take different approaches to solution that is closer to the intended language design.

C# solutions are generally more geared towards LINQ based pipelines where applicable while Zig solutions are more performance oriented offering compiler the chance to vectorize more readily with few abstractions getting in the way.

This is my first time writing Zig so the code is a learning journey (and a very pleasant one at that!). 😊

Β 

🎈 Fun while solving challenges

Patrolling.Guard.mp4

Β 

βš–οΈ License & Attribution

This work by Maverik is licensed under CC BY-NC-SA 4.0 CCBYNCSA

Please familiarize yourself with your rights and obligations under this license grant by clicking the relevant link above.