Skip to content

petertseng/adventofcode-hs-2016

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code

These are my solutions to http://adventofcode.com

All solutions are written in Haskell.

Build Status

Input

In general, all solutions can be invoked in both of the following ways:

  • Without command-line arguments, takes input on standard input.
  • With 1+ command-line arguments, reads input from the first, which must be the path to an input file. Arguments beyond the first are ignored.

Some may additionally support other ways:

None yet.

Highlights

None yet.

Packages

As of 2019, building Haskell packages on my development machine is (mostly) broken, so I was forced to implement the following days without packages, when I otherwise would have preferred to use packages:

None yet.

Closing Thoughts

Sequences are good, but for Advent of Code problems usually you can find a faster array-based solution.

About

Solutions to https://adventofcode.com/2016 (all but day 14, unlikely to add day 14 due to lack of interest)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published