Skip to content

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

Notifications You must be signed in to change notification settings

DestyNova/advent_of_code_2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Languages