Skip to content

DestyNova/advent_of_code_2015

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎄 Advent of Code 2015 🎄

A collection of solutions for the Advent of Code 2015 programming puzzles. I'm going to attempt these in Picat and maybe other languages if the mood is right.

I didn't solve these puzzles in 2015 so am in no rush to complete them every day, but feel free to check out my 2020 and 2021 repos which were mostly done in Haskell.

I'd recommend the Advent of Code to anyone -- they're really fun and interesting puzzles, and I've learned a lot from doing them.

Other years

  • 2019 (unfinished, will resume later...)
  • 2020 (mostly Haskell, one or two in Rust, Python and zz)
  • 2021 (all Haskell except day 24 in Picat)
  • 2022 (mostly Nim with a couple of Picat programs)
  • 2023 (mostly Picat with a couple of Nim programs)

Current code stats with cloc

───────────────────────────────────────────────────────────────────────────────
Language                     Files       Lines     Blanks    Comments      Code
───────────────────────────────────────────────────────────────────────────────
Picat                           40        2647        303         115      2229
Plain Text                      28        3083          4           0      3079
Markdown                        21         659        248           0       411
Nim                              2          37          8           0        29
License                          1          21          5           0        16
gitignore                        1           4          0           0         4
───────────────────────────────────────────────────────────────────────────────
Total                           93        6451        568         115      5768
───────────────────────────────────────────────────────────────────────────────
Processed 216668 bytes, 0.217 megabytes (SI)
───────────────────────────────────────────────────────────────────────────────

Retrospectives

About

Solving the 2015 Advent of Code puzzles with Picat

Topics

Resources

License

Stars

Watchers

Forks