Skip to content

trohat/AdventOfCode2017

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2017

Codes from Christmas coding event.

Useful functionalities:

  • Array.prototype.min (gets minimum of an array) - day 2

  • Array.prototype.max (gets maximum of an array) - day 2

  • Array.prototype.compare (shallow comparison of arrays) - day 4