Skip to content

cgrozea/AdventOfCode2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent Of Code 2024 - My solutions in the Picat Language

I learn this language during the competition, so I need to use the Picat user guide every time.

Picat is derived from Prolog, so it makes backtracking easy, but it also supports efficient search with integration of SAT and CP engines, as well as tabling, which often turns automatically exponential time recursive code into polynomial time dynamic programming execution.

-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
Picat                           56            313            195           1937
Jupyter Notebook                 1              0            788             20
Markdown                         2             12              0             14
-------------------------------------------------------------------------------
SUM:                            59            325            983           1971
-------------------------------------------------------------------------------

Other repos to look at for the AOC2024 solutions in Picat:

About

Advent Of Code2024 (in Picat)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published