Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 2.6 KB

README.md

File metadata and controls

34 lines (19 loc) · 2.6 KB

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.