Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 593 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 593 Bytes

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/