Skip to content

trohat/AdventOfCode2016

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2016

Codes from Christmas coding event.

Useful functionalities:

  • isNumber (is string a number?) - day 24, line 20

  • getAllPermutations (gets all permutations of an array) - day 24

  • md5 - (counts md5 hash) - day 5, day 14, day 17