Skip to content

Andrei-Marcu/My-AoC2019-submissions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AoC2019-submissions

My submissions for Advent of Code 2019

Some days might require fiddling with the definitions(especially those with limit or LMT in them) in order to accommodate larger inputs.

Because I respect the author of the event, I've gitignored the input files, since he preffers them not to be published.

Days using STL containers(beyond strings, pairs and vectors)

6 10 11 14 15 17 24/1

Days using a considerable amount of OOP:

3 7 10 12 14 22(also uses polymorphism) 23 24/2

Days that require prior editing of the input(details are in a comment right above the declaration of the input stream):

3 6 14

Days that are not fully automatic:

17(will output the required path for part 2, but it must be manually compressed) 25/1

Days separated into parts(each part has its own project):

22 24 25

Days unfinished/missing:

18 20 21 22/2 25/2

Intcode days:

2 5 7 9 11 13 15 17 19 23(has the latest version) 25

About

My submissions for Advent of Code 2019

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published