Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

bruce/advent_of_code_elixir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

10 Commits

Repository files navigation

AdventOfCode

Just me working on Advent of Code.

Approach

Rather than treat this project as a discrete set of small, throwaway exercises, I'm working on this as if it's a full-fledged project that grows over time.

Each day's puzzle is written as if it needs to be maintained in the future; typespecs, tests, documentation, and use of modules over simpler data structures when it adds to readability or better models the domain.

As puzzles are added and commonalities become obvious, I'm adding utility mechanisms and refactoring the project as a whole to use them.

As a result, these puzzles will be more verbose that what you'd normally see in an Advent of Code project.

Running it

Use the Mix task:

$ mix advent YEAR DAY

About

My Elixir solutions for Advent of Code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

AltStyle によって変換されたページ (->オリジナル) /