DestyNova / advent_of_code_2020

Collection of solutions for Advent of Code 2020. I usually make it through the first week or so before the difficulty exceeds my intelligence/patience, but this time I went the whole way.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2020

A collection of solutions for the Advent of Code 2020 programming puzzles. All are in Haskell, with one Python and one zz solution. I might add more languages later since the puzzles are great for getting comfortable with new programming languages. I'd highly recommend trying the challenges out if you haven't already.

Final code stats with cloc

     129 text files.
     129 unique files.                                          
      61 files ignored.

github.com/AlDanial/cloc v 1.82  T=0.06 s (1194.9 files/s, 42046.1 lines/s)
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
Haskell                         48            352             46           1762
Markdown                        18             76              0            177
Python                           1              3              0              7
TOML                             1              0              0              3
Bourne Shell                     1              0              0              2
-------------------------------------------------------------------------------
SUM:                            69            431             46           1951
-------------------------------------------------------------------------------

Retrospectives

About

Collection of solutions for Advent of Code 2020. I usually make it through the first week or so before the difficulty exceeds my intelligence/patience, but this time I went the whole way.

License:zlib License


Languages

Language:Haskell 99.6%Language:Python 0.3%Language:Shell 0.1%