Skip to content

LightningSh0ck/AoC-2018

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is where I put all my code that I made for Advent Of Code 2018.

Unlike most that simply rush to find the solution(which I don't find entertaining), I take my time when I can to create the optimal algorithm in complexity that I can make, especially when brute-forcing yields O(n)>=n2.

I am doing my best to comment out what goes inside my mind, I hope people will find my implementations interesting.

NOTE: all my code that is based on iterating until EOF requires to have the input ended by ONE EMPTY LINE!

Language: C++ IDE: Visual Studio 2017

https://adventofcode.com/

About

My code for 2018's Advent of Code puzzles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages