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.