项目作者: mason-bially

项目描述 :
My solutions for advent of code 2016 using julia.
高级语言: Julia
项目地址: git://github.com/mason-bially/aoc-2016.git
创建时间: 2016-11-29T23:57:15Z
项目社区:https://github.com/mason-bially/aoc-2016

开源协议:

下载


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.