/advent_of_code-2018

My solutions to the advent of code puzzles

Primary LanguageRustGNU General Public License v3.0GPL-3.0

Advent of Code 2018

My solutions to the advent of code puzzles in Rust.

Structure

Each problem has it's own directory within which the README explains the problem while the INPUT represents my given input set.

Each solution can be run using Rust 1.30 and above in the following manner:

cd day_x
cargo run < INPUT

Index

  1. Day 1
  2. Day 2
  3. Day 3
  4. Day 4

License

All code in this repository is licensed under the GPLv3. The full license can be found in the LICENSE file. But, in short, this software comes with absolutely no warranty of any form and can be redistributed and modified under certain conditions.