Skip to content

mason-bially/aoc-2016

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solutions for AOC2016 using julia.

Packages so far (run Pkg.add("name") on each):

  • DataStructures
  • Iterators
  • Nettle (cryptography library)

I recommend using the Juno atom addon. Then just hit ctrl + shift + enter on a file to see the result.

Organization

  • template.jl: Template of a first/second file.
  • util: Library of helpers and functions specific to this competition.
  • day##: Numbered day folder.
    • input.txt: Input file from website.
    • first.jl: Solution to the first half.
    • second.jl: Solution to the secont half.
    • shared.jl: Code shared between both solutions.

About

My solutions for advent of code 2016 using julia.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages