1
Fork 0
Advent of Code 2018 https://adventofcode.com/2018/
This repository has been archived on 2026-05-18. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Python 42.5%
  • C# 24.1%
  • Rust 20%
  • JavaScript 13.4%
Find a file
2018-12-03 13:38:55 +00:00
day-1-chronal-calibration Optimise C# implementation for day 1 2018-12-01 16:34:19 +00:00
day-2-inventory-management-system Use list comprehension 2018-12-02 15:14:45 +00:00
day-3-no-matter-how-you-slice-it Optimse python implementation some more 2018-12-03 13:38:12 +00:00
README.md Add my rules 2018-12-03 13:38:55 +00:00

Advent of Code 2018

My solutions to Advent of Code 2018

My Rules:

  • No using external libraries. Standard libraries only
  • Don't look at how other people have done it until successfully completed
  • Write bad code that works, then make it better / faster / less horrible to look at