Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 298 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 298 Bytes

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