Skip to content

DestyNova/advent_of_code_2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎄 Advent of Code 2024 🎄

My solutions for the Advent of Code 2024 programming puzzles. Like last year I'll probably use Picat for most of these with Nim as a fallback for graph search problems that can be expensive in Picat.

Previous challenges

  • 2015 (working on these now in Picat)
  • 2019 (my first AoC, unfinished, to be resumed / restarted later...)
  • 2020 (mostly Haskell, one or two in Rust, Python and zz)
  • 2021 (mostly Haskell, with one in the magical Picat)
  • 2022 (mostly Nim)
  • 2023 (mostly Picat)

Current code stats with scc

───────────────────────────────────────────────────────────────────────────────
Language                     Files       Lines     Blanks    Comments      Code
───────────────────────────────────────────────────────────────────────────────
Picat                           69        3698        477         188      3033
Nim                              2          67         15           0        52
Shell                            1          17          1           1        15
───────────────────────────────────────────────────────────────────────────────
Total                           72        3782        493         189      3100
───────────────────────────────────────────────────────────────────────────────
Processed 114407 bytes, 0.114 megabytes (SI)
───────────────────────────────────────────────────────────────────────────────

Retrospectives

About

Solutions to the Advent of Code 2024 puzzles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published