DestyNova / advent_of_code_2023

Attempts / solutions to the Advent of Code 2023 puzzles.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸŽ„ Advent of Code 2023 πŸŽ„

My solutions for the Advent of Code 2023 programming puzzles. I'll probably try these in a mix of Nim, Crystal and Picat. If I can wrap my head around it and have time, maybe some Prolog or J as well.

Previous challenges

  • 2015 (working on these now in Picat)
  • 2019 (unfinished, will resume later...)
  • 2020 (mostly Haskell, one or two in Rust, Python and zz)
  • 2021 (mostly Haskell, with one in the magical Picat)
  • 2022 (mostly Nim)

Current code stats with scc

───────────────────────────────────────────────────────────────────────────────
Language                     Files       Lines     Blanks    Comments      Code
───────────────────────────────────────────────────────────────────────────────
Picat                           70        4246        571         331      3344
Markdown                        23        1010        344           0       666
Plain Text                       4          95         14           0        81
Nim                              3         256         59           3       194
DOT                              1          69          1           0        68
Python                           1          18          4           0        14
gitignore                        1           6          0           0         6
───────────────────────────────────────────────────────────────────────────────
Total                          103        5700        993         334      4373
───────────────────────────────────────────────────────────────────────────────
Processed 198061 bytes, 0.198 megabytes (SI)
───────────────────────────────────────────────────────────────────────────────

Retrospectives

About

Attempts / solutions to the Advent of Code 2023 puzzles.


Languages

Language:Nim 52.1%Language:Shell 29.6%Language:Python 18.3%